pub struct EncryptedValue { /* private fields */ }
Expand description
Encrypted value, ready for storage, as created by the
StoreCipher::encrypt_value_data()
Trait Implementations
sourceimpl Debug for EncryptedValue
impl Debug for EncryptedValue
sourceimpl<'de> Deserialize<'de> for EncryptedValue
impl<'de> Deserialize<'de> for EncryptedValue
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<EncryptedValue> for EncryptedValue
impl PartialEq<EncryptedValue> for EncryptedValue
sourcefn eq(&self, other: &EncryptedValue) -> bool
fn eq(&self, other: &EncryptedValue) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &EncryptedValue) -> bool
fn ne(&self, other: &EncryptedValue) -> bool
This method tests for !=
.
sourceimpl Serialize for EncryptedValue
impl Serialize for EncryptedValue
impl Eq for EncryptedValue
impl StructuralEq for EncryptedValue
impl StructuralPartialEq for EncryptedValue
Auto Trait Implementations
impl RefUnwindSafe for EncryptedValue
impl Send for EncryptedValue
impl Sync for EncryptedValue
impl Unpin for EncryptedValue
impl UnwindSafe for EncryptedValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more