pub enum ClientProxy {
Http(ClientHttpTunnel),
Https(ClientTls, ClientHttpTunnel),
}
Variants§
Http(ClientHttpTunnel)
Https(ClientTls, ClientHttpTunnel)
Auto Trait Implementations§
impl Freeze for ClientProxy
impl RefUnwindSafe for ClientProxy
impl Send for ClientProxy
impl Sync for ClientProxy
impl Unpin for ClientProxy
impl UnwindSafe for ClientProxy
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