pub struct Pkcs11Backend;Expand description
Factory for the PKCS#11 backend. Stateless — all per-keystore state
lives in Pkcs11Instance.
Construct directly (Pkcs11Backend) or look up via the link-time
registry under the wire name "pkcs11".
Trait Implementations§
Source§impl Clone for Pkcs11Backend
impl Clone for Pkcs11Backend
Source§fn clone(&self) -> Pkcs11Backend
fn clone(&self) -> Pkcs11Backend
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 moreimpl Copy for Pkcs11Backend
Source§impl Debug for Pkcs11Backend
impl Debug for Pkcs11Backend
Source§impl Default for Pkcs11Backend
impl Default for Pkcs11Backend
Source§fn default() -> Pkcs11Backend
fn default() -> Pkcs11Backend
Returns the “default value” for a type. Read more
Source§impl StoreBackend for Pkcs11Backend
impl StoreBackend for Pkcs11Backend
Auto Trait Implementations§
impl Freeze for Pkcs11Backend
impl RefUnwindSafe for Pkcs11Backend
impl Send for Pkcs11Backend
impl Sync for Pkcs11Backend
impl Unpin for Pkcs11Backend
impl UnsafeUnpin for Pkcs11Backend
impl UnwindSafe for Pkcs11Backend
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