pub struct VoidOutPutWriter;Expand description
出力を捨てるUSIOutputWriterの実装
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VoidOutPutWriter
impl RefUnwindSafe for VoidOutPutWriter
impl Send for VoidOutPutWriter
impl Sync for VoidOutPutWriter
impl Unpin for VoidOutPutWriter
impl UnwindSafe for VoidOutPutWriter
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