Enum pna::Encryption
source · #[repr(u8)]pub enum Encryption {
No,
Aes,
Camellia,
}Variants§
Trait Implementations§
source§impl Clone for Encryption
impl Clone for Encryption
source§fn clone(&self) -> Encryption
fn clone(&self) -> Encryption
Returns a copy 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 Debug for Encryption
impl Debug for Encryption
source§impl Hash for Encryption
impl Hash for Encryption
source§impl Ord for Encryption
impl Ord for Encryption
source§fn cmp(&self, other: &Encryption) -> Ordering
fn cmp(&self, other: &Encryption) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<Encryption> for Encryption
impl PartialEq<Encryption> for Encryption
source§fn eq(&self, other: &Encryption) -> bool
fn eq(&self, other: &Encryption) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<Encryption> for Encryption
impl PartialOrd<Encryption> for Encryption
source§fn partial_cmp(&self, other: &Encryption) -> Option<Ordering>
fn partial_cmp(&self, other: &Encryption) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl TryFrom<u8> for Encryption
impl TryFrom<u8> for Encryption
impl Copy for Encryption
impl Eq for Encryption
impl StructuralEq for Encryption
impl StructuralPartialEq for Encryption
Auto Trait Implementations§
impl RefUnwindSafe for Encryption
impl Send for Encryption
impl Sync for Encryption
impl Unpin for Encryption
impl UnwindSafe for Encryption
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