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