pub struct SspiToken {
pub data: Bytes,
}Expand description
SSPI authentication token.
Fields§
§data: BytesSSPI data.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SspiToken
impl RefUnwindSafe for SspiToken
impl Send for SspiToken
impl Sync for SspiToken
impl Unpin for SspiToken
impl UnwindSafe for SspiToken
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