Struct ssh_rs::ShellBrocker
source · pub struct ShellBrocker(_);
Implementations
Trait Implementations
sourceimpl Deref for ShellBrocker
impl Deref for ShellBrocker
type Target = ChannelBroker
type Target = ChannelBroker
The resulting type after dereferencing.
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more