pub enum InterruptedReason {
Cancelled,
}Variants§
Cancelled
Trait Implementations§
Source§impl Debug for InterruptedReason
impl Debug for InterruptedReason
Source§impl PartialEq for InterruptedReason
impl PartialEq for InterruptedReason
Source§fn eq(&self, other: &InterruptedReason) -> bool
fn eq(&self, other: &InterruptedReason) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for InterruptedReason
impl PartialOrd for InterruptedReason
impl StructuralPartialEq for InterruptedReason
Auto Trait Implementations§
impl Freeze for InterruptedReason
impl RefUnwindSafe for InterruptedReason
impl Send for InterruptedReason
impl Sync for InterruptedReason
impl Unpin for InterruptedReason
impl UnsafeUnpin for InterruptedReason
impl UnwindSafe for InterruptedReason
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