pub struct SSHConfig;
Implementations§
Auto Trait Implementations§
impl Freeze for SSHConfig
impl RefUnwindSafe for SSHConfig
impl Send for SSHConfig
impl Sync for SSHConfig
impl Unpin for SSHConfig
impl UnwindSafe for SSHConfig
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