pub struct TimedOut;Expand description
Indicates a timeout has occurred.
Trait Implementations§
Source§impl<T> From<TimedOut> for TimeoutStatus<T>
impl<T> From<TimedOut> for TimeoutStatus<T>
Source§fn from(_: TimedOut) -> TimeoutStatus<T>
fn from(_: TimedOut) -> TimeoutStatus<T>
Converts to this type from the input type.
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