pub enum QCryptodevBackendServiceType {
cipher,
hash,
mac,
aead,
akcipher,
}
Variants§
Trait Implementations§
Source§impl Clone for QCryptodevBackendServiceType
impl Clone for QCryptodevBackendServiceType
Source§fn clone(&self) -> QCryptodevBackendServiceType
fn clone(&self) -> QCryptodevBackendServiceType
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 QCryptodevBackendServiceType
impl Debug for QCryptodevBackendServiceType
Source§impl<'de> Deserialize<'de> for QCryptodevBackendServiceType
impl<'de> Deserialize<'de> for QCryptodevBackendServiceType
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 QCryptodevBackendServiceType
impl Enum for QCryptodevBackendServiceType
Source§impl Hash for QCryptodevBackendServiceType
impl Hash for QCryptodevBackendServiceType
Source§impl Ord for QCryptodevBackendServiceType
impl Ord for QCryptodevBackendServiceType
Source§fn cmp(&self, other: &QCryptodevBackendServiceType) -> Ordering
fn cmp(&self, other: &QCryptodevBackendServiceType) -> 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 QCryptodevBackendServiceType
impl PartialEq for QCryptodevBackendServiceType
Source§fn eq(&self, other: &QCryptodevBackendServiceType) -> bool
fn eq(&self, other: &QCryptodevBackendServiceType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for QCryptodevBackendServiceType
impl PartialOrd for QCryptodevBackendServiceType
impl Copy for QCryptodevBackendServiceType
impl Eq for QCryptodevBackendServiceType
impl StructuralPartialEq for QCryptodevBackendServiceType
Auto Trait Implementations§
impl Freeze for QCryptodevBackendServiceType
impl RefUnwindSafe for QCryptodevBackendServiceType
impl Send for QCryptodevBackendServiceType
impl Sync for QCryptodevBackendServiceType
impl Unpin for QCryptodevBackendServiceType
impl UnwindSafe for QCryptodevBackendServiceType
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