pub enum CancelErr {
Cancelled,
}Variants§
Cancelled
Trait Implementations§
impl Eq for CancelErr
impl StructuralPartialEq for CancelErr
Auto Trait Implementations§
impl Freeze for CancelErr
impl RefUnwindSafe for CancelErr
impl Send for CancelErr
impl Sync for CancelErr
impl Unpin for CancelErr
impl UnsafeUnpin for CancelErr
impl UnwindSafe for CancelErr
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