pub enum ProxyType {
Http,
Https(TlsConfiguration),
}Available on crate feature
proxy only.Variants§
Http
Https(TlsConfiguration)
Available on crate features
use-rustls-no-provider or use-native-tls only.Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProxyType
impl !RefUnwindSafe for ProxyType
impl Send for ProxyType
impl Sync for ProxyType
impl Unpin for ProxyType
impl UnsafeUnpin for ProxyType
impl !UnwindSafe for ProxyType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more