pub enum EncryptionLayers {
Single,
Double,
Triple,
Military,
}Variants§
Trait Implementations§
Source§impl Clone for EncryptionLayers
impl Clone for EncryptionLayers
Source§fn clone(&self) -> EncryptionLayers
fn clone(&self) -> EncryptionLayers
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for EncryptionLayers
impl Default for EncryptionLayers
Source§fn default() -> EncryptionLayers
fn default() -> EncryptionLayers
Returns the “default value” for a type. Read more
impl Copy for EncryptionLayers
Auto Trait Implementations§
impl Freeze for EncryptionLayers
impl RefUnwindSafe for EncryptionLayers
impl Send for EncryptionLayers
impl Sync for EncryptionLayers
impl Unpin for EncryptionLayers
impl UnwindSafe for EncryptionLayers
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