pub struct BatchLogger<P, C>where
P: EventPusher<Duration, C>,{ /* private fields */ }
Expand description
Logs events as a timely stream, with progress statements.
Implementations§
Source§impl<P, C> BatchLogger<P, C>
impl<P, C> BatchLogger<P, C>
Trait Implementations§
Source§impl<P, C> Drop for BatchLogger<P, C>where
P: EventPusher<Duration, C>,
impl<P, C> Drop for BatchLogger<P, C>where
P: EventPusher<Duration, C>,
Auto Trait Implementations§
impl<P, C> Freeze for BatchLogger<P, C>where
P: Freeze,
impl<P, C> RefUnwindSafe for BatchLogger<P, C>where
P: RefUnwindSafe,
C: RefUnwindSafe,
impl<P, C> Send for BatchLogger<P, C>
impl<P, C> Sync for BatchLogger<P, C>
impl<P, C> Unpin for BatchLogger<P, C>
impl<P, C> UnwindSafe for BatchLogger<P, C>where
P: UnwindSafe,
C: UnwindSafe,
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