pub struct StdoutNotifier;Expand description
Prints to stdout.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StdoutNotifier
impl RefUnwindSafe for StdoutNotifier
impl Send for StdoutNotifier
impl Sync for StdoutNotifier
impl Unpin for StdoutNotifier
impl UnsafeUnpin for StdoutNotifier
impl UnwindSafe for StdoutNotifier
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