pub enum PasswordResult {
Success,
Rejected,
Cancelled,
}Expand description
Password prompt result
Variants§
Success
Password was accepted
Rejected
Password was rejected
Cancelled
User cancelled password entry
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PasswordResult
impl RefUnwindSafe for PasswordResult
impl Send for PasswordResult
impl Sync for PasswordResult
impl Unpin for PasswordResult
impl UnwindSafe for PasswordResult
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