pub struct MakeWriter { /* private fields */ }Expand description
An object that has all the metadata needed to be able to create AGW “write some stuff on the established connection”, without owning the whole connection object.
See examples/term.rs for example use.
Implementations§
Auto Trait Implementations§
impl Freeze for MakeWriter
impl RefUnwindSafe for MakeWriter
impl Send for MakeWriter
impl Sync for MakeWriter
impl Unpin for MakeWriter
impl UnsafeUnpin for MakeWriter
impl UnwindSafe for MakeWriter
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