pub enum TimerErrorKind {
TimerOverflow,
}Variants§
TimerOverflow
Trait Implementations§
Source§impl Debug for TimerErrorKind
impl Debug for TimerErrorKind
Auto Trait Implementations§
impl Freeze for TimerErrorKind
impl RefUnwindSafe for TimerErrorKind
impl Send for TimerErrorKind
impl Sync for TimerErrorKind
impl Unpin for TimerErrorKind
impl UnwindSafe for TimerErrorKind
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