Struct Cancelled
pub struct Cancelled;Expand description
Indicates that the callback invocation was cancelled by the application, for an application-specific reason.
Auto Trait Implementations§
impl Freeze for Cancelled
impl RefUnwindSafe for Cancelled
impl Send for Cancelled
impl Sync for Cancelled
impl Unpin for Cancelled
impl UnwindSafe for Cancelled
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