pub struct PsaExternalKeyHandle { /* private fields */ }Expand description
Identifies a backend-managed external key object.
Implementations§
Source§impl PsaExternalKeyHandle
impl PsaExternalKeyHandle
Trait Implementations§
Source§impl Clone for PsaExternalKeyHandle
impl Clone for PsaExternalKeyHandle
Source§fn clone(&self) -> PsaExternalKeyHandle
fn clone(&self) -> PsaExternalKeyHandle
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 PsaExternalKeyHandle
impl Debug for PsaExternalKeyHandle
Source§impl Hash for PsaExternalKeyHandle
impl Hash for PsaExternalKeyHandle
Source§impl Ord for PsaExternalKeyHandle
impl Ord for PsaExternalKeyHandle
Source§fn cmp(&self, other: &PsaExternalKeyHandle) -> Ordering
fn cmp(&self, other: &PsaExternalKeyHandle) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PsaExternalKeyHandle
impl PartialEq for PsaExternalKeyHandle
Source§fn eq(&self, other: &PsaExternalKeyHandle) -> bool
fn eq(&self, other: &PsaExternalKeyHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PsaExternalKeyHandle
impl PartialOrd for PsaExternalKeyHandle
impl Eq for PsaExternalKeyHandle
impl StructuralPartialEq for PsaExternalKeyHandle
Auto Trait Implementations§
impl Freeze for PsaExternalKeyHandle
impl RefUnwindSafe for PsaExternalKeyHandle
impl Send for PsaExternalKeyHandle
impl Sync for PsaExternalKeyHandle
impl Unpin for PsaExternalKeyHandle
impl UnsafeUnpin for PsaExternalKeyHandle
impl UnwindSafe for PsaExternalKeyHandle
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