pub struct NegotiateReq;Expand description
SMB2 NEGOTIATE request ([MS-SMB2] §2.2.3): dialects and negotiate contexts are parsed from the frame by the negotiator, so the marker itself decodes nothing.
Trait Implementations§
Source§impl Debug for NegotiateReq
impl Debug for NegotiateReq
Auto Trait Implementations§
impl Freeze for NegotiateReq
impl RefUnwindSafe for NegotiateReq
impl Send for NegotiateReq
impl Sync for NegotiateReq
impl Unpin for NegotiateReq
impl UnsafeUnpin for NegotiateReq
impl UnwindSafe for NegotiateReq
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