Struct ssh::ShellBrocker
source · pub struct ShellBrocker(/* private fields */);
Implementations§
Trait Implementations§
source§impl Deref for ShellBrocker
impl Deref for ShellBrocker
Auto Trait Implementations§
impl RefUnwindSafe for ShellBrocker
impl Send for ShellBrocker
impl !Sync for ShellBrocker
impl Unpin for ShellBrocker
impl UnwindSafe for ShellBrocker
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