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