pub struct SessionSetupExtReq {
pub blob: Vec<u8>,
}Expand description
Parsed extended (WC=12) session setup request: opaque security blob.
Fields§
§blob: Vec<u8>SPNEGO/NTLMSSP token bytes.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SessionSetupExtReq
impl RefUnwindSafe for SessionSetupExtReq
impl Send for SessionSetupExtReq
impl Sync for SessionSetupExtReq
impl Unpin for SessionSetupExtReq
impl UnsafeUnpin for SessionSetupExtReq
impl UnwindSafe for SessionSetupExtReq
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