pub struct SecureEnvironment;Trait Implementations§
Source§impl Debug for SecureEnvironment
impl Debug for SecureEnvironment
Source§impl SecureEnvironmentOps<Key> for SecureEnvironment
impl SecureEnvironmentOps<Key> for SecureEnvironment
fn generate_keypair( id: impl Into<String>, backed_by_biometrics: bool, ) -> SecureEnvResult<Key>
fn get_keypair_by_id(id: impl Into<String>) -> SecureEnvResult<Key>
Auto Trait Implementations§
impl Freeze for SecureEnvironment
impl RefUnwindSafe for SecureEnvironment
impl Send for SecureEnvironment
impl Sync for SecureEnvironment
impl Unpin for SecureEnvironment
impl UnsafeUnpin for SecureEnvironment
impl UnwindSafe for SecureEnvironment
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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