pub struct SessionSetupReq;Expand description
SMB2 SESSION_SETUP request ([MS-SMB2] §2.2.5): the NTLM/SPNEGO blob is parsed from the frame by the authenticator, so the marker itself decodes nothing.
Trait Implementations§
Source§impl Debug for SessionSetupReq
impl Debug for SessionSetupReq
Auto Trait Implementations§
impl Freeze for SessionSetupReq
impl RefUnwindSafe for SessionSetupReq
impl Send for SessionSetupReq
impl Sync for SessionSetupReq
impl Unpin for SessionSetupReq
impl UnsafeUnpin for SessionSetupReq
impl UnwindSafe for SessionSetupReq
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