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§impl PartialOrd for EncryptedDataValue
impl PartialOrd for EncryptedDataValue
impl 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