Enum nethsm_sdk_rs::models::encrypt_mode::EncryptMode
source · pub enum EncryptMode {
AesCbc,
}Expand description
Variants§
AesCbc
Trait Implementations§
source§impl Clone for EncryptMode
impl Clone for EncryptMode
source§fn clone(&self) -> EncryptMode
fn clone(&self) -> EncryptMode
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 EncryptMode
impl Debug for EncryptMode
source§impl Default for EncryptMode
impl Default for EncryptMode
source§fn default() -> EncryptMode
fn default() -> EncryptMode
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EncryptMode
impl<'de> Deserialize<'de> for EncryptMode
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for EncryptMode
impl Hash for EncryptMode
source§impl Ord for EncryptMode
impl Ord for EncryptMode
source§fn cmp(&self, other: &EncryptMode) -> Ordering
fn cmp(&self, other: &EncryptMode) -> 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 for EncryptMode
impl PartialEq for EncryptMode
source§fn eq(&self, other: &EncryptMode) -> bool
fn eq(&self, other: &EncryptMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for EncryptMode
impl PartialOrd for EncryptMode
source§fn partial_cmp(&self, other: &EncryptMode) -> Option<Ordering>
fn partial_cmp(&self, other: &EncryptMode) -> 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 Serialize for EncryptMode
impl Serialize for EncryptMode
source§impl ToString for EncryptMode
impl ToString for EncryptMode
impl Copy for EncryptMode
impl Eq for EncryptMode
impl StructuralEq for EncryptMode
impl StructuralPartialEq for EncryptMode
Auto Trait Implementations§
impl RefUnwindSafe for EncryptMode
impl Send for EncryptMode
impl Sync for EncryptMode
impl Unpin for EncryptMode
impl UnwindSafe for EncryptMode
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