pub struct VoidPtyWriter;Expand description
A PtyWriter that ignores all responses.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VoidPtyWriter
impl RefUnwindSafe for VoidPtyWriter
impl Send for VoidPtyWriter
impl Sync for VoidPtyWriter
impl Unpin for VoidPtyWriter
impl UnwindSafe for VoidPtyWriter
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