pub enum QCryptoAkCipherAlgorithm {
rsa,
}
Variants§
rsa
Trait Implementations§
Source§impl Clone for QCryptoAkCipherAlgorithm
impl Clone for QCryptoAkCipherAlgorithm
Source§fn clone(&self) -> QCryptoAkCipherAlgorithm
fn clone(&self) -> QCryptoAkCipherAlgorithm
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 QCryptoAkCipherAlgorithm
impl Debug for QCryptoAkCipherAlgorithm
Source§impl<'de> Deserialize<'de> for QCryptoAkCipherAlgorithm
impl<'de> Deserialize<'de> for QCryptoAkCipherAlgorithm
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 Enum for QCryptoAkCipherAlgorithm
impl Enum for QCryptoAkCipherAlgorithm
Source§impl FromStr for QCryptoAkCipherAlgorithm
impl FromStr for QCryptoAkCipherAlgorithm
Source§impl Hash for QCryptoAkCipherAlgorithm
impl Hash for QCryptoAkCipherAlgorithm
Source§impl Ord for QCryptoAkCipherAlgorithm
impl Ord for QCryptoAkCipherAlgorithm
Source§fn cmp(&self, other: &QCryptoAkCipherAlgorithm) -> Ordering
fn cmp(&self, other: &QCryptoAkCipherAlgorithm) -> 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 QCryptoAkCipherAlgorithm
impl PartialEq for QCryptoAkCipherAlgorithm
Source§impl PartialOrd for QCryptoAkCipherAlgorithm
impl PartialOrd for QCryptoAkCipherAlgorithm
Source§impl Serialize for QCryptoAkCipherAlgorithm
impl Serialize for QCryptoAkCipherAlgorithm
impl Copy for QCryptoAkCipherAlgorithm
impl Eq for QCryptoAkCipherAlgorithm
impl StructuralPartialEq for QCryptoAkCipherAlgorithm
Auto Trait Implementations§
impl Freeze for QCryptoAkCipherAlgorithm
impl RefUnwindSafe for QCryptoAkCipherAlgorithm
impl Send for QCryptoAkCipherAlgorithm
impl Sync for QCryptoAkCipherAlgorithm
impl Unpin for QCryptoAkCipherAlgorithm
impl UnwindSafe for QCryptoAkCipherAlgorithm
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