pub struct VaultPinStorage { /* private fields */ }Trait Implementations§
Source§impl Clone for VaultPinStorage
impl Clone for VaultPinStorage
Source§fn clone(&self) -> VaultPinStorage
fn clone(&self) -> VaultPinStorage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PinStorageCallbacks for VaultPinStorage
impl PinStorageCallbacks for VaultPinStorage
Source§fn load_pin_state(&self) -> Result<PinState, StatusCode>
fn load_pin_state(&self) -> Result<PinState, StatusCode>
Load PIN state from persistent storage
Source§fn save_pin_state(&self, state: &PinState) -> Result<(), StatusCode>
fn save_pin_state(&self, state: &PinState) -> Result<(), StatusCode>
Save PIN state to persistent storage
Auto Trait Implementations§
impl Freeze for VaultPinStorage
impl RefUnwindSafe for VaultPinStorage
impl Send for VaultPinStorage
impl Sync for VaultPinStorage
impl Unpin for VaultPinStorage
impl UnsafeUnpin for VaultPinStorage
impl UnwindSafe for VaultPinStorage
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