pub enum ProxyType {
Http,
Https(TlsConfiguration),
}
Variants§
Http
Https(TlsConfiguration)
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 !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