pub struct CancelCmd;Expand description
CANCEL handler ([MS-SMB2] §3.3.5.16): signals the targeted pending op to complete with STATUS_CANCELLED. CANCEL itself yields no reply.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CancelCmd
impl RefUnwindSafe for CancelCmd
impl Send for CancelCmd
impl Sync for CancelCmd
impl Unpin for CancelCmd
impl UnsafeUnpin for CancelCmd
impl UnwindSafe for CancelCmd
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