pub struct EchoReq;Expand description
SMB2 ECHO request ([MS-SMB2] §2.2.28): no meaningful body.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EchoReq
impl RefUnwindSafe for EchoReq
impl Send for EchoReq
impl Sync for EchoReq
impl Unpin for EchoReq
impl UnsafeUnpin for EchoReq
impl UnwindSafe for EchoReq
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