pub struct TunnelManager {
pub mode: TunMode,
/* private fields */
}Expand description
Manager for active tunnel instances.
Fields§
§mode: TunModeImplementations§
Trait Implementations§
Source§impl Clone for TunnelManager
impl Clone for TunnelManager
Source§fn clone(&self) -> TunnelManager
fn clone(&self) -> TunnelManager
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TunnelManager
impl !RefUnwindSafe for TunnelManager
impl Send for TunnelManager
impl Sync for TunnelManager
impl Unpin for TunnelManager
impl UnsafeUnpin for TunnelManager
impl !UnwindSafe for TunnelManager
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