pub enum TimeUnitError {
ConversionOverflow,
}
Variants§
ConversionOverflow
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeUnitError
impl ObjSafe for TimeUnitError
impl RefUnwindSafe for TimeUnitError
impl Send for TimeUnitError
impl Sync for TimeUnitError
impl Unpin for TimeUnitError
impl UnwindSafe for TimeUnitError
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