pub enum EncAlg {
ChaCha20Poly1305,
}Expand description
Encryption algorithms
Variants§
ChaCha20Poly1305
Trait Implementations§
impl StructuralPartialEq for EncAlg
Auto Trait Implementations§
impl Freeze for EncAlg
impl RefUnwindSafe for EncAlg
impl Send for EncAlg
impl Sync for EncAlg
impl Unpin for EncAlg
impl UnwindSafe for EncAlg
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