pub struct CancelReq;Expand description
SMB2 CANCEL request ([MS-SMB2] §2.2.30): correlated by MessageId/AsyncId from the header, so the body carries nothing we decode.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CancelReq
impl RefUnwindSafe for CancelReq
impl Send for CancelReq
impl Sync for CancelReq
impl Unpin for CancelReq
impl UnsafeUnpin for CancelReq
impl UnwindSafe for CancelReq
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