pub enum OuterCipherConfig {
AES256,
Twofish,
ChaCha20,
}Expand description
Choices for outer encryption
Variants§
Trait Implementations§
Source§impl Clone for OuterCipherConfig
impl Clone for OuterCipherConfig
Source§fn clone(&self) -> OuterCipherConfig
fn clone(&self) -> OuterCipherConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OuterCipherConfig
impl Debug for OuterCipherConfig
impl Eq for OuterCipherConfig
Source§impl PartialEq for OuterCipherConfig
impl PartialEq for OuterCipherConfig
Source§impl Serialize for OuterCipherConfig
impl Serialize for OuterCipherConfig
impl StructuralPartialEq for OuterCipherConfig
Auto Trait Implementations§
impl Freeze for OuterCipherConfig
impl RefUnwindSafe for OuterCipherConfig
impl Send for OuterCipherConfig
impl Sync for OuterCipherConfig
impl Unpin for OuterCipherConfig
impl UnsafeUnpin for OuterCipherConfig
impl UnwindSafe for OuterCipherConfig
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