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