pub struct MockSecureElement { /* private fields */ }Expand description
SecureElement backed by a fixed seed. Useful for tests and host simulators; should never be used in a production build because it keeps the seed in plain RAM.
Implementations§
Trait Implementations§
Source§impl Debug for MockSecureElement
impl Debug for MockSecureElement
Auto Trait Implementations§
impl Freeze for MockSecureElement
impl RefUnwindSafe for MockSecureElement
impl Send for MockSecureElement
impl Sync for MockSecureElement
impl Unpin for MockSecureElement
impl UnsafeUnpin for MockSecureElement
impl UnwindSafe for MockSecureElement
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