Struct datadog_formatting_layer::StdoutSink
source · #[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 copy 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 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 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