pub struct EchoCmd;Expand description
ECHO handler: a keep-alive, always answered SUCCESS ([MS-SMB2] §3.3.5.17).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EchoCmd
impl RefUnwindSafe for EchoCmd
impl Send for EchoCmd
impl Sync for EchoCmd
impl Unpin for EchoCmd
impl UnsafeUnpin for EchoCmd
impl UnwindSafe for EchoCmd
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