pub struct Interrupted;Trait Implementations§
Source§impl Debug for Interrupted
impl Debug for Interrupted
Source§impl Display for Interrupted
impl Display for Interrupted
Source§impl Error for Interrupted
impl Error for Interrupted
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for Interrupted
impl RefUnwindSafe for Interrupted
impl Send for Interrupted
impl Sync for Interrupted
impl Unpin for Interrupted
impl UnsafeUnpin for Interrupted
impl UnwindSafe for Interrupted
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