Implementations
sourceimpl<S> Channel<S>where
S: Read + Write,
impl<S> Channel<S>where
S: Read + Write,
pub fn open_shell(self) -> SshResult<ChannelShell<S>>
pub fn open_exec(self) -> SshResult<ChannelExec<S>>
pub fn open_scp(self) -> SshResult<ChannelScp<S>>
pub fn close(&mut self) -> SshResult<()>
Trait Implementations
Auto Trait Implementations
impl<S> !RefUnwindSafe for Channel<S>
impl<S> !Send for Channel<S>
impl<S> !Sync for Channel<S>
impl<S> Unpin for Channel<S>
impl<S> !UnwindSafe for Channel<S>
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