pub struct LogAggregator { /* private fields */ }
Expand description
Log aggregator
Implementations§
Source§impl LogAggregator
impl LogAggregator
Auto Trait Implementations§
impl Freeze for LogAggregator
impl !RefUnwindSafe for LogAggregator
impl Send for LogAggregator
impl Sync for LogAggregator
impl Unpin for LogAggregator
impl !UnwindSafe for LogAggregator
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