pub struct TreeConnectCmd;Expand description
TREE_CONNECT handler ([MS-SMB2] §3.3.5.7): resolves the share, installs a fresh TreeId (surfaced to the reply header via conn.resp_tree_id), and answers with the share’s type.
Trait Implementations§
Source§impl Command for TreeConnectCmd
impl Command for TreeConnectCmd
Source§type Request = TreeConnectReq
type Request = TreeConnectReq
The request type this command decodes and consumes.
Auto Trait Implementations§
impl Freeze for TreeConnectCmd
impl RefUnwindSafe for TreeConnectCmd
impl Send for TreeConnectCmd
impl Sync for TreeConnectCmd
impl Unpin for TreeConnectCmd
impl UnsafeUnpin for TreeConnectCmd
impl UnwindSafe for TreeConnectCmd
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