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