Enum curl::easy::ProxyType
#[non_exhaustive]
pub enum ProxyType {
Http,
Http1,
Socks4,
Socks5,
Socks4a,
Socks5Hostname,
}
Documentation
Possible proxy types that libcurl currently understands.
Variants
Http
Http1
Socks4
Socks5
Socks4a
Socks5Hostname
Trait Implementations
impl Debug for ProxyType
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
Auto Trait Implementations
impl RefUnwindSafe for ProxyType
impl UnwindSafe for ProxyType
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T