Struct below_common::logutil::CompoundDecorator
source · pub struct CompoundDecorator<W: Write, T: Write> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<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,
source§fn 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<()>,
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§
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