pub enum EncryptionTypeWire {
Deterministic,
Randomized,
}Expand description
Wire-level encryption type.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EncryptionTypeWire
impl Clone for EncryptionTypeWire
Source§fn clone(&self) -> EncryptionTypeWire
fn clone(&self) -> EncryptionTypeWire
Returns a duplicate 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 EncryptionTypeWire
impl Debug for EncryptionTypeWire
Source§impl PartialEq for EncryptionTypeWire
impl PartialEq for EncryptionTypeWire
impl Copy for EncryptionTypeWire
impl Eq for EncryptionTypeWire
impl StructuralPartialEq for EncryptionTypeWire
Auto Trait Implementations§
impl Freeze for EncryptionTypeWire
impl RefUnwindSafe for EncryptionTypeWire
impl Send for EncryptionTypeWire
impl Sync for EncryptionTypeWire
impl Unpin for EncryptionTypeWire
impl UnwindSafe for EncryptionTypeWire
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