pub struct CancellationError;
Expand description
Error type which is returned if a cancellation token is cancelled
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CancellationError
impl RefUnwindSafe for CancellationError
impl Send for CancellationError
impl Sync for CancellationError
impl Unpin for CancellationError
impl UnwindSafe for CancellationError
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