pub struct StdoutFlusher;
Expand description
Flushes into stdout
Implementations§
Source§impl StdoutFlusher
impl StdoutFlusher
pub fn new() -> StdoutFlusher
Trait Implementations§
Source§impl Default for StdoutFlusher
impl Default for StdoutFlusher
Auto Trait Implementations§
impl Freeze for StdoutFlusher
impl RefUnwindSafe for StdoutFlusher
impl Send for StdoutFlusher
impl Sync for StdoutFlusher
impl Unpin for StdoutFlusher
impl UnwindSafe for StdoutFlusher
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