pub struct AuthCtx {
pub raw: Vec<u8>,
}Expand description
Represents the authentication context as provided by the authentication hook
Fields§
§raw: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthCtx
impl RefUnwindSafe for AuthCtx
impl Send for AuthCtx
impl Sync for AuthCtx
impl Unpin for AuthCtx
impl UnwindSafe for AuthCtx
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