pub struct AuthEvent {
pub ident: Option<Identity>,
pub step: AuthEventStep,
}
Fields
ident: Option<Identity>
step: AuthEventStep
Implementations
sourceimpl AuthEvent
impl AuthEvent
pub fn from_message(
sessionid: Option<Uuid>,
req: AuthRequest
) -> Result<Self, OperationError>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for AuthEvent
impl Send for AuthEvent
impl Sync for AuthEvent
impl Unpin for AuthEvent
impl !UnwindSafe for AuthEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more