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