Struct ethcore_logger::RotatingLogger
source · [−]pub struct RotatingLogger { /* private fields */ }
Expand description
Logger implementation that keeps up to LOG_SIZE
log elements.
Implementations
sourceimpl RotatingLogger
impl RotatingLogger
Auto Trait Implementations
impl !RefUnwindSafe for RotatingLogger
impl Send for RotatingLogger
impl Sync for RotatingLogger
impl Unpin for RotatingLogger
impl UnwindSafe for RotatingLogger
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more