Struct io_uring::opcode::AsyncCancel
source · [−]pub struct AsyncCancel { /* private fields */ }
Expand description
Attempt to cancel an already issued request.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for AsyncCancel
impl Send for AsyncCancel
impl Sync for AsyncCancel
impl Unpin for AsyncCancel
impl UnwindSafe for AsyncCancel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more