pub struct RotatingLogger { /* private fields */ }Expand description
Logger implementation that keeps up to LOG_SIZE log elements.
Implementations§
Auto Trait Implementations§
impl !Freeze for RotatingLogger
impl !RefUnwindSafe for RotatingLogger
impl Send for RotatingLogger
impl Sync for RotatingLogger
impl Unpin for RotatingLogger
impl UnwindSafe for RotatingLogger
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