pub struct TunnelClient { /* private fields */ }Expand description
Tunnel client for forwarding HTTP requests
Implementations§
Source§impl TunnelClient
impl TunnelClient
Auto Trait Implementations§
impl Freeze for TunnelClient
impl !RefUnwindSafe for TunnelClient
impl Send for TunnelClient
impl Sync for TunnelClient
impl Unpin for TunnelClient
impl !UnwindSafe for TunnelClient
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