Struct wezterm_ssh::AuthenticationEvent [−][src]
pub struct AuthenticationEvent { pub username: String, pub instructions: String, pub prompts: Vec<AuthenticationPrompt>, // some fields omitted }
Fields
username: String
instructions: String
prompts: Vec<AuthenticationPrompt>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AuthenticationEvent
impl RefUnwindSafe for AuthenticationEvent
impl Send for AuthenticationEvent
impl Send for AuthenticationEvent
impl Sync for AuthenticationEvent
impl Sync for AuthenticationEvent
impl Unpin for AuthenticationEvent
impl Unpin for AuthenticationEvent
impl UnwindSafe for AuthenticationEvent
impl UnwindSafe for AuthenticationEvent