pub struct SetInfoCmd;Expand description
SET_INFO handler ([MS-SMB2] §3.3.5.21): applies file/filesystem info changes.
Trait Implementations§
Source§impl Command for SetInfoCmd
impl Command for SetInfoCmd
Source§type Request = SetInfoReq
type Request = SetInfoReq
The request type this command decodes and consumes.
Auto Trait Implementations§
impl Freeze for SetInfoCmd
impl RefUnwindSafe for SetInfoCmd
impl Send for SetInfoCmd
impl Sync for SetInfoCmd
impl Unpin for SetInfoCmd
impl UnsafeUnpin for SetInfoCmd
impl UnwindSafe for SetInfoCmd
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