Struct ctap_types::ctap2::get_assertion::ExtensionsOutput
source · [−]Fields
hmac_secret: Option<Bytes<64>>Trait Implementations
sourceimpl Clone for ExtensionsOutput
impl Clone for ExtensionsOutput
sourcefn clone(&self) -> ExtensionsOutput
fn clone(&self) -> ExtensionsOutput
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 ExtensionsOutput
impl Debug for ExtensionsOutput
sourceimpl Default for ExtensionsOutput
impl Default for ExtensionsOutput
sourcefn default() -> ExtensionsOutput
fn default() -> ExtensionsOutput
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ExtensionsOutput
impl<'de> Deserialize<'de> for ExtensionsOutput
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<ExtensionsOutput> for ExtensionsOutput
impl PartialEq<ExtensionsOutput> for ExtensionsOutput
sourcefn eq(&self, other: &ExtensionsOutput) -> bool
fn eq(&self, other: &ExtensionsOutput) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ExtensionsOutput) -> bool
fn ne(&self, other: &ExtensionsOutput) -> bool
This method tests for !=.
sourceimpl Serialize for ExtensionsOutput
impl Serialize for ExtensionsOutput
impl Eq for ExtensionsOutput
impl StructuralEq for ExtensionsOutput
impl StructuralPartialEq for ExtensionsOutput
Auto Trait Implementations
impl RefUnwindSafe for ExtensionsOutput
impl Send for ExtensionsOutput
impl Sync for ExtensionsOutput
impl Unpin for ExtensionsOutput
impl UnwindSafe for ExtensionsOutput
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