pub struct VaultUnlockPromptState {
pub input: String,
pub error: Option<String>,
}Fields§
§input: String§error: Option<String>Trait Implementations§
Source§impl Clone for VaultUnlockPromptState
impl Clone for VaultUnlockPromptState
Source§fn clone(&self) -> VaultUnlockPromptState
fn clone(&self) -> VaultUnlockPromptState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for VaultUnlockPromptState
impl RefUnwindSafe for VaultUnlockPromptState
impl Send for VaultUnlockPromptState
impl Sync for VaultUnlockPromptState
impl Unpin for VaultUnlockPromptState
impl UnsafeUnpin for VaultUnlockPromptState
impl UnwindSafe for VaultUnlockPromptState
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