pub struct Pkcs11KeyComponent(/* private fields */);
Expand description
Key component that is stored as a PKCS11 URI.
Trait Implementations§
Source§impl Clone for Pkcs11KeyComponent
impl Clone for Pkcs11KeyComponent
Source§fn clone(&self) -> Pkcs11KeyComponent
fn clone(&self) -> Pkcs11KeyComponent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Pkcs11KeyComponent
impl Debug for Pkcs11KeyComponent
Auto Trait Implementations§
impl Freeze for Pkcs11KeyComponent
impl RefUnwindSafe for Pkcs11KeyComponent
impl Send for Pkcs11KeyComponent
impl Sync for Pkcs11KeyComponent
impl Unpin for Pkcs11KeyComponent
impl UnwindSafe for Pkcs11KeyComponent
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