pub struct Yapp { /* private fields */ }
Expand description
An implementation of the PasswordReader
trait.
Implementations§
Trait Implementations§
Source§impl IsInteractive for Yapp
impl IsInteractive for Yapp
Source§fn is_interactive(&self) -> bool
fn is_interactive(&self) -> bool
Checks if the terminal is interactive. Read more
Source§impl PasswordReader for Yapp
impl PasswordReader for Yapp
impl Copy for Yapp
Auto Trait Implementations§
impl Freeze for Yapp
impl RefUnwindSafe for Yapp
impl Send for Yapp
impl Sync for Yapp
impl Unpin for Yapp
impl UnwindSafe for Yapp
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