#[repr(u8)]pub enum CipherId {
Aes256Ctr = 0,
ChaCha20 = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for CipherId
impl Eq for CipherId
impl StructuralPartialEq for CipherId
Auto Trait Implementations§
impl Freeze for CipherId
impl RefUnwindSafe for CipherId
impl Send for CipherId
impl Sync for CipherId
impl Unpin for CipherId
impl UnsafeUnpin for CipherId
impl UnwindSafe for CipherId
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