pub struct StdOutCallbackHandler { /* private fields */ }Expand description
A callback handler that prints events to stdout.
When verbose is true, additional detail is printed for each event.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StdOutCallbackHandler
impl RefUnwindSafe for StdOutCallbackHandler
impl Send for StdOutCallbackHandler
impl Sync for StdOutCallbackHandler
impl Unpin for StdOutCallbackHandler
impl UnsafeUnpin for StdOutCallbackHandler
impl UnwindSafe for StdOutCallbackHandler
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