pub struct Writer<'a, 'b, T: Behavior> { /* private fields */ }
Expand description
Writer associated with an SSH channel.
Implementations§
Auto Trait Implementations§
impl<'a, 'b, T> Freeze for Writer<'a, 'b, T>
impl<'a, 'b, T> RefUnwindSafe for Writer<'a, 'b, T>where
T: RefUnwindSafe,
<T as Behavior>::User: RefUnwindSafe,
<T as Behavior>::Command: RefUnwindSafe,
impl<'a, 'b, T> Send for Writer<'a, 'b, T>
impl<'a, 'b, T> Sync for Writer<'a, 'b, T>
impl<'a, 'b, T> Unpin for Writer<'a, 'b, T>
impl<'a, 'b, T> !UnwindSafe for Writer<'a, 'b, T>
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