pub struct TooLong;Expand description
Error type signaling that a Reltime which exceeds the supported duration was attempted to be
initialized.
Trait Implementations§
impl Copy for TooLong
impl Eq for TooLong
impl StructuralPartialEq for TooLong
Auto Trait Implementations§
impl Freeze for TooLong
impl RefUnwindSafe for TooLong
impl Send for TooLong
impl Sync for TooLong
impl Unpin for TooLong
impl UnsafeUnpin for TooLong
impl UnwindSafe for TooLong
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