pub struct SignatureResponseAlgorithmParameters {
pub hash_algorithm: HashingAlgorithm,
pub mask_gen_algorithm: MaskGenAlgorithm,
pub salt_length: u32,
pub trailer_field: String,
}Fields§
§hash_algorithm: HashingAlgorithm§mask_gen_algorithm: MaskGenAlgorithm§salt_length: u32§trailer_field: StringTrait Implementations§
Source§impl Clone for SignatureResponseAlgorithmParameters
impl Clone for SignatureResponseAlgorithmParameters
Source§fn clone(&self) -> SignatureResponseAlgorithmParameters
fn clone(&self) -> SignatureResponseAlgorithmParameters
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<'de> Deserialize<'de> for SignatureResponseAlgorithmParameters
impl<'de> Deserialize<'de> for SignatureResponseAlgorithmParameters
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 PartialEq for SignatureResponseAlgorithmParameters
impl PartialEq for SignatureResponseAlgorithmParameters
Source§fn eq(&self, other: &SignatureResponseAlgorithmParameters) -> bool
fn eq(&self, other: &SignatureResponseAlgorithmParameters) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SignatureResponseAlgorithmParameters
Auto Trait Implementations§
impl Freeze for SignatureResponseAlgorithmParameters
impl RefUnwindSafe for SignatureResponseAlgorithmParameters
impl Send for SignatureResponseAlgorithmParameters
impl Sync for SignatureResponseAlgorithmParameters
impl Unpin for SignatureResponseAlgorithmParameters
impl UnsafeUnpin for SignatureResponseAlgorithmParameters
impl UnwindSafe for SignatureResponseAlgorithmParameters
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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