#[repr(u16)]pub enum AeadId {
AESGCM128 = 1,
AESGCM256 = 2,
CHACHA20POLY1305 = 3,
}Expand description
Supported AEAD IDs
Variants§
Auto Trait Implementations§
impl Freeze for AeadId
impl RefUnwindSafe for AeadId
impl Send for AeadId
impl Sync for AeadId
impl Unpin for AeadId
impl UnsafeUnpin for AeadId
impl UnwindSafe for AeadId
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