Struct scrambledb::data_types::BlindedPseudonymizedData
source · pub struct BlindedPseudonymizedData { /* private fields */ }
Expand description
The blinded version of a pseudonymized piece of data.
Trait Implementations§
source§impl Clone for BlindedPseudonymizedData
impl Clone for BlindedPseudonymizedData
source§fn clone(&self) -> BlindedPseudonymizedData
fn clone(&self) -> BlindedPseudonymizedData
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 BlindedPseudonymizedData
impl Debug for BlindedPseudonymizedData
source§impl Ord for BlindedPseudonymizedData
impl Ord for BlindedPseudonymizedData
source§fn cmp(&self, other: &BlindedPseudonymizedData) -> Ordering
fn cmp(&self, other: &BlindedPseudonymizedData) -> 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 PartialEq for BlindedPseudonymizedData
impl PartialEq for BlindedPseudonymizedData
source§fn eq(&self, other: &BlindedPseudonymizedData) -> bool
fn eq(&self, other: &BlindedPseudonymizedData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for BlindedPseudonymizedData
impl PartialOrd for BlindedPseudonymizedData
source§fn partial_cmp(&self, other: &BlindedPseudonymizedData) -> Option<Ordering>
fn partial_cmp(&self, other: &BlindedPseudonymizedData) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for BlindedPseudonymizedData
impl StructuralPartialEq for BlindedPseudonymizedData
Auto Trait Implementations§
impl Freeze for BlindedPseudonymizedData
impl RefUnwindSafe for BlindedPseudonymizedData
impl Send for BlindedPseudonymizedData
impl Sync for BlindedPseudonymizedData
impl Unpin for BlindedPseudonymizedData
impl UnwindSafe for BlindedPseudonymizedData
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