Enum deadbolt_parser::algorithms::EncryptionAlg
source · pub enum EncryptionAlg {
AesGcm,
ChaCha20Poly1305,
}Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<EncryptionAlg> for EncryptionAlg
impl PartialEq<EncryptionAlg> for EncryptionAlg
source§fn eq(&self, other: &EncryptionAlg) -> bool
fn eq(&self, other: &EncryptionAlg) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for EncryptionAlg
Auto Trait Implementations§
impl RefUnwindSafe for EncryptionAlg
impl Send for EncryptionAlg
impl Sync for EncryptionAlg
impl Unpin for EncryptionAlg
impl UnwindSafe for EncryptionAlg
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