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