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