pub struct TreeDisconnectCmd;Expand description
TREE_DISCONNECT handler ([MS-SMB2] §3.3.5.8): idempotent tree teardown.
Trait Implementations§
Source§impl Command for TreeDisconnectCmd
impl Command for TreeDisconnectCmd
Source§type Request = TreeDisconnectReq
type Request = TreeDisconnectReq
The request type this command decodes and consumes.
Auto Trait Implementations§
impl Freeze for TreeDisconnectCmd
impl RefUnwindSafe for TreeDisconnectCmd
impl Send for TreeDisconnectCmd
impl Sync for TreeDisconnectCmd
impl Unpin for TreeDisconnectCmd
impl UnsafeUnpin for TreeDisconnectCmd
impl UnwindSafe for TreeDisconnectCmd
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