pub struct CloseCmd;Expand description
CLOSE handler ([MS-SMB2] §3.3.5.10): closes a pipe handle, else a file handle and tears down that open’s notifies, byte-range locks, share mode, oplock, lease, and durable-handle state.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CloseCmd
impl RefUnwindSafe for CloseCmd
impl Send for CloseCmd
impl Sync for CloseCmd
impl Unpin for CloseCmd
impl UnsafeUnpin for CloseCmd
impl UnwindSafe for CloseCmd
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