pub struct BlindedPseudonymizedHandle(/* private fields */);
Expand description
A type for blinded pseudonymous handles.
Trait Implementations§
Source§impl Clone for BlindedPseudonymizedHandle
impl Clone for BlindedPseudonymizedHandle
Source§fn clone(&self) -> BlindedPseudonymizedHandle
fn clone(&self) -> BlindedPseudonymizedHandle
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 BlindedPseudonymizedHandle
impl Debug for BlindedPseudonymizedHandle
Source§impl Ord for BlindedPseudonymizedHandle
impl Ord for BlindedPseudonymizedHandle
Source§fn cmp(&self, other: &BlindedPseudonymizedHandle) -> Ordering
fn cmp(&self, other: &BlindedPseudonymizedHandle) -> Ordering
1.21.0 · 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 PartialOrd for BlindedPseudonymizedHandle
impl PartialOrd for BlindedPseudonymizedHandle
impl Copy for BlindedPseudonymizedHandle
impl Eq for BlindedPseudonymizedHandle
impl StructuralPartialEq for BlindedPseudonymizedHandle
Auto Trait Implementations§
impl Freeze for BlindedPseudonymizedHandle
impl RefUnwindSafe for BlindedPseudonymizedHandle
impl Send for BlindedPseudonymizedHandle
impl Sync for BlindedPseudonymizedHandle
impl Unpin for BlindedPseudonymizedHandle
impl UnwindSafe for BlindedPseudonymizedHandle
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