pub struct TreeDisconnectResp;Expand description
TREE_DISCONNECT response (WC=0).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TreeDisconnectResp
impl RefUnwindSafe for TreeDisconnectResp
impl Send for TreeDisconnectResp
impl Sync for TreeDisconnectResp
impl Unpin for TreeDisconnectResp
impl UnsafeUnpin for TreeDisconnectResp
impl UnwindSafe for TreeDisconnectResp
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