pub struct TimedOut;Expand description
The value of the error alternative of BlockResult that indicates a timeout.
Trait Implementations§
Source§impl Ord for TimedOut
impl Ord for TimedOut
Source§impl PartialOrd for TimedOut
impl PartialOrd for TimedOut
impl Copy for TimedOut
impl Eq for TimedOut
impl StructuralPartialEq for TimedOut
Auto Trait Implementations§
impl Freeze for TimedOut
impl RefUnwindSafe for TimedOut
impl Send for TimedOut
impl Sync for TimedOut
impl Unpin for TimedOut
impl UnwindSafe for TimedOut
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