pub struct TreeConnectReq;Expand description
SMB2 TREE_CONNECT request ([MS-SMB2] §2.2.9): the share path is parsed from the frame by the handler, so the marker itself decodes nothing.
Trait Implementations§
Source§impl Debug for TreeConnectReq
impl Debug for TreeConnectReq
Auto Trait Implementations§
impl Freeze for TreeConnectReq
impl RefUnwindSafe for TreeConnectReq
impl Send for TreeConnectReq
impl Sync for TreeConnectReq
impl Unpin for TreeConnectReq
impl UnsafeUnpin for TreeConnectReq
impl UnwindSafe for TreeConnectReq
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