Struct ctap_types::ctap2::get_assertion::HmacSecretInput
source · [−]pub struct HmacSecretInput {
pub key_agreement: EcdhEsHkdf256PublicKey,
pub salt_enc: Bytes<64>,
pub salt_auth: Bytes<16>,
pub pin_protocol: Option<u32>,
}Fields
key_agreement: EcdhEsHkdf256PublicKeysalt_enc: Bytes<64>salt_auth: Bytes<16>pin_protocol: Option<u32>Trait Implementations
sourceimpl Clone for HmacSecretInput
impl Clone for HmacSecretInput
sourcefn clone(&self) -> HmacSecretInput
fn clone(&self) -> HmacSecretInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for HmacSecretInput
impl Debug for HmacSecretInput
sourceimpl<'de> Deserialize<'de> for HmacSecretInput
impl<'de> Deserialize<'de> for HmacSecretInput
sourcefn 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
sourceimpl PartialEq<HmacSecretInput> for HmacSecretInput
impl PartialEq<HmacSecretInput> for HmacSecretInput
sourcefn eq(&self, other: &HmacSecretInput) -> bool
fn eq(&self, other: &HmacSecretInput) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &HmacSecretInput) -> bool
fn ne(&self, other: &HmacSecretInput) -> bool
This method tests for !=.
sourceimpl Serialize for HmacSecretInput
impl Serialize for HmacSecretInput
impl Eq for HmacSecretInput
impl StructuralEq for HmacSecretInput
impl StructuralPartialEq for HmacSecretInput
Auto Trait Implementations
impl RefUnwindSafe for HmacSecretInput
impl Send for HmacSecretInput
impl Sync for HmacSecretInput
impl Unpin for HmacSecretInput
impl UnwindSafe for HmacSecretInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more