Enum kanidmd_lib::idm::event::AuthEventStep
source · [−]pub enum AuthEventStep {
Init(AuthEventStepInit),
Begin(AuthEventStepMech),
Cred(AuthEventStepCred),
}
Variants
Init(AuthEventStepInit)
Begin(AuthEventStepMech)
Cred(AuthEventStepCred)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AuthEventStep
impl Send for AuthEventStep
impl Sync for AuthEventStep
impl Unpin for AuthEventStep
impl UnwindSafe for AuthEventStep
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