pub struct AuthenticatorPrfGetOutputs {
pub results: AuthenticatorPrfValues,
}Expand description
This struct is a more opiniated mirror of webauthn::AuthenticationExtensionsPrfOutputs
specifically for get_assertion.
Fields§
§results: AuthenticatorPrfValuesTrait Implementations§
Source§impl Clone for AuthenticatorPrfGetOutputs
impl Clone for AuthenticatorPrfGetOutputs
Source§fn clone(&self) -> AuthenticatorPrfGetOutputs
fn clone(&self) -> AuthenticatorPrfGetOutputs
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 Debug for AuthenticatorPrfGetOutputs
impl Debug for AuthenticatorPrfGetOutputs
Source§impl<'de> Deserialize<'de> for AuthenticatorPrfGetOutputs
impl<'de> Deserialize<'de> for AuthenticatorPrfGetOutputs
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 From<AuthenticatorPrfGetOutputs> for AuthenticationExtensionsPrfOutputs
impl From<AuthenticatorPrfGetOutputs> for AuthenticationExtensionsPrfOutputs
Source§fn from(value: AuthenticatorPrfGetOutputs) -> Self
fn from(value: AuthenticatorPrfGetOutputs) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AuthenticatorPrfGetOutputs
impl RefUnwindSafe for AuthenticatorPrfGetOutputs
impl Send for AuthenticatorPrfGetOutputs
impl Sync for AuthenticatorPrfGetOutputs
impl Unpin for AuthenticatorPrfGetOutputs
impl UnwindSafe for AuthenticatorPrfGetOutputs
Blanket Implementations§
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