pub struct NoCancellation;
Trait Implementations§
Source§impl CancellationFlag for NoCancellation
impl CancellationFlag for NoCancellation
Auto Trait Implementations§
impl Freeze for NoCancellation
impl RefUnwindSafe for NoCancellation
impl Send for NoCancellation
impl Sync for NoCancellation
impl Unpin for NoCancellation
impl UnwindSafe for NoCancellation
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