Struct below_common::logutil::CompoundDecorator
source · [−]Implementations
Trait Implementations
sourceimpl<W, T> Decorator for CompoundDecorator<W, T>where
W: Write,
T: Write,
impl<W, T> Decorator for CompoundDecorator<W, T>where
W: Write,
T: Write,
sourcefn with_record<F>(
&self,
_record: &Record<'_>,
_logger_values: &OwnedKVList,
f: F
) -> Result<()>where
F: FnOnce(&mut dyn RecordDecorator) -> Result<()>,
fn with_record<F>(
&self,
_record: &Record<'_>,
_logger_values: &OwnedKVList,
f: F
) -> Result<()>where
F: FnOnce(&mut dyn RecordDecorator) -> Result<()>,
Get a RecordDecorator for a given record Read more
Auto Trait Implementations
impl<W, T> RefUnwindSafe for CompoundDecorator<W, T>
impl<W, T> Send for CompoundDecorator<W, T>where
T: Send,
W: Send,
impl<W, T> Sync for CompoundDecorator<W, T>where
T: Send,
W: Send,
impl<W, T> Unpin for CompoundDecorator<W, T>
impl<W, T> UnwindSafe for CompoundDecorator<W, T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more