pub struct SshBridgeGuard { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Drop for SshBridgeGuard
impl Drop for SshBridgeGuard
Auto Trait Implementations§
impl !RefUnwindSafe for SshBridgeGuard
impl !UnwindSafe for SshBridgeGuard
impl Freeze for SshBridgeGuard
impl Send for SshBridgeGuard
impl Sync for SshBridgeGuard
impl Unpin for SshBridgeGuard
impl UnsafeUnpin for SshBridgeGuard
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