Struct ctap_types::ctap2::get_assertion::ExtensionsInput
source · [−]pub struct ExtensionsInput {
pub hmac_secret: Option<HmacSecretInput>,
}Fields
hmac_secret: Option<HmacSecretInput>Trait Implementations
sourceimpl Clone for ExtensionsInput
impl Clone for ExtensionsInput
sourcefn clone(&self) -> ExtensionsInput
fn clone(&self) -> ExtensionsInput
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 ExtensionsInput
impl Debug for ExtensionsInput
sourceimpl<'de> Deserialize<'de> for ExtensionsInput
impl<'de> Deserialize<'de> for ExtensionsInput
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<ExtensionsInput> for ExtensionsInput
impl PartialEq<ExtensionsInput> for ExtensionsInput
sourcefn eq(&self, other: &ExtensionsInput) -> bool
fn eq(&self, other: &ExtensionsInput) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ExtensionsInput) -> bool
fn ne(&self, other: &ExtensionsInput) -> bool
This method tests for !=.
sourceimpl Serialize for ExtensionsInput
impl Serialize for ExtensionsInput
impl Eq for ExtensionsInput
impl StructuralEq for ExtensionsInput
impl StructuralPartialEq for ExtensionsInput
Auto Trait Implementations
impl RefUnwindSafe for ExtensionsInput
impl Send for ExtensionsInput
impl Sync for ExtensionsInput
impl Unpin for ExtensionsInput
impl UnwindSafe for ExtensionsInput
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