pub struct Elapsed(/* private fields */);
Expand description
Error returned by Timeout
.
This error is returned when a timeout expires before the function was able to finish.
Trait Implementations§
impl Eq for Elapsed
impl StructuralPartialEq for Elapsed
Auto Trait Implementations§
impl Freeze for Elapsed
impl RefUnwindSafe for Elapsed
impl Send for Elapsed
impl Sync for Elapsed
impl Unpin for Elapsed
impl UnwindSafe for Elapsed
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more