pub struct FirstNState { /* private fields */ }Expand description
State for logging only the first N occurrences.
Implementations§
Source§impl FirstNState
impl FirstNState
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for FirstNState
impl RefUnwindSafe for FirstNState
impl Send for FirstNState
impl Sync for FirstNState
impl Unpin for FirstNState
impl UnwindSafe for FirstNState
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