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