pub enum EncryptionProfile {
Ea05Mt,
Ea06Lame,
}Expand description
Cryptographic stream used for record decryption.
Variants§
Trait Implementations§
Source§impl Clone for EncryptionProfile
impl Clone for EncryptionProfile
Source§fn clone(&self) -> EncryptionProfile
fn clone(&self) -> EncryptionProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EncryptionProfile
Source§impl Debug for EncryptionProfile
impl Debug for EncryptionProfile
impl Eq for EncryptionProfile
Source§impl PartialEq for EncryptionProfile
impl PartialEq for EncryptionProfile
impl StructuralPartialEq for EncryptionProfile
Auto Trait Implementations§
impl Freeze for EncryptionProfile
impl RefUnwindSafe for EncryptionProfile
impl Send for EncryptionProfile
impl Sync for EncryptionProfile
impl Unpin for EncryptionProfile
impl UnsafeUnpin for EncryptionProfile
impl UnwindSafe for EncryptionProfile
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