pub struct RequestCancelled;Expand description
Indicates that a guarded operation was interrupted by request cancellation.
Trait Implementations§
Source§impl Clone for RequestCancelled
impl Clone for RequestCancelled
Source§fn clone(&self) -> RequestCancelled
fn clone(&self) -> RequestCancelled
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RequestCancelled
Source§impl Debug for RequestCancelled
impl Debug for RequestCancelled
Source§impl Display for RequestCancelled
impl Display for RequestCancelled
Source§impl Error for RequestCancelled
impl Error for RequestCancelled
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 RequestCancelled
impl RefUnwindSafe for RequestCancelled
impl Send for RequestCancelled
impl Sync for RequestCancelled
impl Unpin for RequestCancelled
impl UnsafeUnpin for RequestCancelled
impl UnwindSafe for RequestCancelled
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