pub struct QCryptoAkCipherOptionsRSA {
pub hash_alg: QCryptoHashAlgorithm,
pub padding_alg: QCryptoRSAPaddingAlgorithm,
}
Fields§
§hash_alg: QCryptoHashAlgorithm
§padding_alg: QCryptoRSAPaddingAlgorithm
Trait Implementations§
Source§impl Clone for QCryptoAkCipherOptionsRSA
impl Clone for QCryptoAkCipherOptionsRSA
Source§fn clone(&self) -> QCryptoAkCipherOptionsRSA
fn clone(&self) -> QCryptoAkCipherOptionsRSA
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 QCryptoAkCipherOptionsRSA
impl Debug for QCryptoAkCipherOptionsRSA
Source§impl<'de> Deserialize<'de> for QCryptoAkCipherOptionsRSA
impl<'de> Deserialize<'de> for QCryptoAkCipherOptionsRSA
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 From<QCryptoAkCipherOptionsRSA> for QCryptoAkCipherOptions
impl From<QCryptoAkCipherOptionsRSA> for QCryptoAkCipherOptions
Source§fn from(val: QCryptoAkCipherOptionsRSA) -> Self
fn from(val: QCryptoAkCipherOptionsRSA) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for QCryptoAkCipherOptionsRSA
impl RefUnwindSafe for QCryptoAkCipherOptionsRSA
impl Send for QCryptoAkCipherOptionsRSA
impl Sync for QCryptoAkCipherOptionsRSA
impl Unpin for QCryptoAkCipherOptionsRSA
impl UnwindSafe for QCryptoAkCipherOptionsRSA
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