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