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