Struct seed_keeper_core::Input
source · pub struct Input { /* private fields */ }Expand description
Use Input if you want to persist state of the passphrase and salt.
If you are looking for a one-time use, use derive_key function instead.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Input
impl Send for Input
impl Sync for Input
impl Unpin for Input
impl UnwindSafe for Input
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