pub enum EncryptionAlg {
AesGcm,
ChaCha20Poly1305,
}
Variants§
Implementations§
Trait Implementations§
Source§impl PartialEq for EncryptionAlg
impl PartialEq for EncryptionAlg
impl StructuralPartialEq for EncryptionAlg
Auto Trait Implementations§
impl Freeze for EncryptionAlg
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