pub struct CompoundDecorator<W: Write, T: Write> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<W, T> Decorator for CompoundDecorator<W, T>
impl<W, T> Decorator for CompoundDecorator<W, T>
Source§fn with_record<F>(
&self,
_record: &Record<'_>,
_logger_values: &OwnedKVList,
f: F,
) -> Result<()>
fn with_record<F>( &self, _record: &Record<'_>, _logger_values: &OwnedKVList, f: F, ) -> Result<()>
Auto Trait Implementations§
impl<W, T> Freeze for CompoundDecorator<W, T>
impl<W, T> RefUnwindSafe for CompoundDecorator<W, T>
impl<W, T> Send for CompoundDecorator<W, T>
impl<W, T> Sync for CompoundDecorator<W, T>
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