pub struct FileCounter { /* private fields */ }Implementations§
Trait Implementations§
Source§impl MonotonicCounter for FileCounter
impl MonotonicCounter for FileCounter
Source§type Error = FileCounterError
type Error = FileCounterError
Counter error type.
Source§fn kind(&self) -> CounterKind
fn kind(&self) -> CounterKind
Kind of the counter.
Auto Trait Implementations§
impl Freeze for FileCounter
impl RefUnwindSafe for FileCounter
impl Send for FileCounter
impl Sync for FileCounter
impl Unpin for FileCounter
impl UnsafeUnpin for FileCounter
impl UnwindSafe for FileCounter
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