pub struct Exceeded;
Expand description
A TimeAbstraction::timeout_at
reached the deadline before the future resolved.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Exceeded
impl RefUnwindSafe for Exceeded
impl Send for Exceeded
impl Sync for Exceeded
impl Unpin for Exceeded
impl UnwindSafe for Exceeded
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