pub struct AuthenticationPrompt {
pub prompt: String,
pub echo: bool,
}
Fields§
§prompt: String
§echo: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthenticationPrompt
impl RefUnwindSafe for AuthenticationPrompt
impl Send for AuthenticationPrompt
impl Sync for AuthenticationPrompt
impl Unpin for AuthenticationPrompt
impl UnwindSafe for AuthenticationPrompt
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