Struct kanidmd_lib::idm::event::AuthEventStepInit
source · [−]pub struct AuthEventStepInit {
pub username: String,
pub issue: AuthIssueSession,
}
Fields
username: String
issue: AuthIssueSession
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AuthEventStepInit
impl Send for AuthEventStepInit
impl Sync for AuthEventStepInit
impl Unpin for AuthEventStepInit
impl UnwindSafe for AuthEventStepInit
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