pub struct StructuredLogBackend<W: Write + Send + 'static> { /* private fields */ }Expand description
Human-oriented key=value lines (no JSON), still machine-grep-friendly.
Implementations§
Trait Implementations§
Source§impl<W: Clone + Write + Send + 'static> Clone for StructuredLogBackend<W>
impl<W: Clone + Write + Send + 'static> Clone for StructuredLogBackend<W>
Source§fn clone(&self) -> StructuredLogBackend<W>
fn clone(&self) -> StructuredLogBackend<W>
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 moreSource§impl<W: Write + Send + 'static> LogBackend for StructuredLogBackend<W>
impl<W: Write + Send + 'static> LogBackend for StructuredLogBackend<W>
Auto Trait Implementations§
impl<W> Freeze for StructuredLogBackend<W>
impl<W> RefUnwindSafe for StructuredLogBackend<W>
impl<W> Send for StructuredLogBackend<W>
impl<W> Sync for StructuredLogBackend<W>
impl<W> Unpin for StructuredLogBackend<W>
impl<W> UnsafeUnpin for StructuredLogBackend<W>
impl<W> UnwindSafe for StructuredLogBackend<W>
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