pub struct StdioLogSink { /* private fields */ }
Expand description
The basic log sink that writes output to stdout, with colors when relevant.
Trait Implementations§
Source§impl Clone for StdioLogSink
impl Clone for StdioLogSink
Source§fn clone(&self) -> StdioLogSink
fn clone(&self) -> StdioLogSink
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for StdioLogSink
impl RefUnwindSafe for StdioLogSink
impl Send for StdioLogSink
impl Sync for StdioLogSink
impl Unpin for StdioLogSink
impl UnwindSafe for StdioLogSink
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