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