#[non_exhaustive]pub struct StdoutSink;
Expand description
Default sink. Writes the messages to stdout
Trait Implementations§
Source§impl Clone for StdoutSink
impl Clone for StdoutSink
Source§fn clone(&self) -> StdoutSink
fn clone(&self) -> StdoutSink
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StdoutSink
impl Debug for StdoutSink
Source§impl Default for StdoutSink
impl Default for StdoutSink
Source§fn default() -> StdoutSink
fn default() -> StdoutSink
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StdoutSink
impl RefUnwindSafe for StdoutSink
impl Send for StdoutSink
impl Sync for StdoutSink
impl Unpin for StdoutSink
impl UnwindSafe for StdoutSink
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