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