pub struct FlushCmd;Expand description
FLUSH handler ([MS-SMB2] §3.3.5.11): flush the open’s backing file.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlushCmd
impl RefUnwindSafe for FlushCmd
impl Send for FlushCmd
impl Sync for FlushCmd
impl Unpin for FlushCmd
impl UnsafeUnpin for FlushCmd
impl UnwindSafe for FlushCmd
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