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 Freeze for AsyncCancel
impl RefUnwindSafe for AsyncCancel
impl Send for AsyncCancel
impl Sync for AsyncCancel
impl Unpin for AsyncCancel
impl UnwindSafe for AsyncCancel
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