pub struct DeadlinePassed;
Expand description
Error to indicate that the just scheduled deadline has already passed.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeadlinePassed
impl RefUnwindSafe for DeadlinePassed
impl Send for DeadlinePassed
impl Sync for DeadlinePassed
impl Unpin for DeadlinePassed
impl UnwindSafe for DeadlinePassed
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