pub enum TrimsecError {
InvalidDurationFormat,
InvalidTimeUnit,
NegativeDuration,
InsufficientArgumentsProvided,
InvalidMultiplierFormat,
MultiplierOutOfRange,
}Expand description
The error enum for generating error messages later on.
Variants§
InvalidDurationFormat
InvalidTimeUnit
NegativeDuration
InsufficientArgumentsProvided
InvalidMultiplierFormat
MultiplierOutOfRange
Trait Implementations§
Source§impl Debug for TrimsecError
impl Debug for TrimsecError
Auto Trait Implementations§
impl Freeze for TrimsecError
impl RefUnwindSafe for TrimsecError
impl Send for TrimsecError
impl Sync for TrimsecError
impl Unpin for TrimsecError
impl UnwindSafe for TrimsecError
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