pub struct AuthenticationExtensionsClientOutputs {
pub appid: Option<bool>,
pub hmac_get_secret: Option<HmacGetSecretOutput>,
}Expand description
https://w3c.github.io/webauthn/#dictdef-authenticationextensionsclientoutputs The default option here for Options are None, so it can be derived
Fields§
§appid: Option<bool>Indicates whether the client used the provided appid extension
hmac_get_secret: Option<HmacGetSecretOutput>The response to a hmac get secret request.
Trait Implementations§
Source§impl Clone for AuthenticationExtensionsClientOutputs
impl Clone for AuthenticationExtensionsClientOutputs
Source§fn clone(&self) -> AuthenticationExtensionsClientOutputs
fn clone(&self) -> AuthenticationExtensionsClientOutputs
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 Default for AuthenticationExtensionsClientOutputs
impl Default for AuthenticationExtensionsClientOutputs
Source§fn default() -> AuthenticationExtensionsClientOutputs
fn default() -> AuthenticationExtensionsClientOutputs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthenticationExtensionsClientOutputs
impl<'de> Deserialize<'de> for AuthenticationExtensionsClientOutputs
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<AuthenticationExtensionsClientOutputs, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<AuthenticationExtensionsClientOutputs, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for AuthenticationExtensionsClientOutputs
impl Serialize for AuthenticationExtensionsClientOutputs
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for AuthenticationExtensionsClientOutputs
impl RefUnwindSafe for AuthenticationExtensionsClientOutputs
impl Send for AuthenticationExtensionsClientOutputs
impl Sync for AuthenticationExtensionsClientOutputs
impl Unpin for AuthenticationExtensionsClientOutputs
impl UnwindSafe for AuthenticationExtensionsClientOutputs
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