pub struct TreeDisconnectReq;Expand description
SMB2 TREE_DISCONNECT request ([MS-SMB2] §2.2.11): no fields we act on.
Trait Implementations§
Source§impl Debug for TreeDisconnectReq
impl Debug for TreeDisconnectReq
Auto Trait Implementations§
impl Freeze for TreeDisconnectReq
impl RefUnwindSafe for TreeDisconnectReq
impl Send for TreeDisconnectReq
impl Sync for TreeDisconnectReq
impl Unpin for TreeDisconnectReq
impl UnsafeUnpin for TreeDisconnectReq
impl UnwindSafe for TreeDisconnectReq
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