pub struct AuthenticationEvent {
pub username: String,
pub instructions: String,
pub prompts: Vec<AuthenticationPrompt>,
/* private fields */
}
Fields§
§username: String
§instructions: String
§prompts: Vec<AuthenticationPrompt>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthenticationEvent
impl RefUnwindSafe for AuthenticationEvent
impl Send for AuthenticationEvent
impl Sync for AuthenticationEvent
impl Unpin for AuthenticationEvent
impl UnwindSafe for AuthenticationEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more