pub enum CipherAlg {
Aes128,
Aes192,
Aes256,
Sm4,
Lea,
Tdes,
}Expand description
Cipher algorithm selection.
Variants§
Trait Implementations§
impl Copy for CipherAlg
impl Eq for CipherAlg
impl StructuralPartialEq for CipherAlg
Auto Trait Implementations§
impl Freeze for CipherAlg
impl RefUnwindSafe for CipherAlg
impl Send for CipherAlg
impl Sync for CipherAlg
impl Unpin for CipherAlg
impl UnsafeUnpin for CipherAlg
impl UnwindSafe for CipherAlg
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