pub struct ExternalKeyHandle { /* private fields */ }Expand description
Opaque external key handle used by providers to locate key material.
Implementations§
Source§impl ExternalKeyHandle
impl ExternalKeyHandle
Trait Implementations§
Source§impl Clone for ExternalKeyHandle
impl Clone for ExternalKeyHandle
Source§fn clone(&self) -> ExternalKeyHandle
fn clone(&self) -> ExternalKeyHandle
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 Debug for ExternalKeyHandle
impl Debug for ExternalKeyHandle
Source§impl PartialEq for ExternalKeyHandle
impl PartialEq for ExternalKeyHandle
Source§fn eq(&self, other: &ExternalKeyHandle) -> bool
fn eq(&self, other: &ExternalKeyHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ExternalKeyHandle
impl StructuralPartialEq for ExternalKeyHandle
Auto Trait Implementations§
impl Freeze for ExternalKeyHandle
impl RefUnwindSafe for ExternalKeyHandle
impl Send for ExternalKeyHandle
impl Sync for ExternalKeyHandle
impl Unpin for ExternalKeyHandle
impl UnsafeUnpin for ExternalKeyHandle
impl UnwindSafe for ExternalKeyHandle
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