Struct kanidmd_lib::idm::event::AuthEventStepMech
source · [−]pub struct AuthEventStepMech {
pub sessionid: Uuid,
pub mech: AuthMech,
}
Fields
sessionid: Uuid
mech: AuthMech
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AuthEventStepMech
impl Send for AuthEventStepMech
impl Sync for AuthEventStepMech
impl Unpin for AuthEventStepMech
impl UnwindSafe for AuthEventStepMech
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