pub enum FileCounterError {
Io(Error),
Exhausted,
FormatError,
}Variants§
Trait Implementations§
Source§impl Debug for FileCounterError
impl Debug for FileCounterError
Auto Trait Implementations§
impl !RefUnwindSafe for FileCounterError
impl !UnwindSafe for FileCounterError
impl Freeze for FileCounterError
impl Send for FileCounterError
impl Sync for FileCounterError
impl Unpin for FileCounterError
impl UnsafeUnpin for FileCounterError
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