pub struct PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps {
pub rk: Option<bool>,
}Expand description
PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
JSON schema
{
"type": "object",
"properties": {
"rk": {
"type": "boolean"
}
}
}Fields§
§rk: Option<bool>Trait Implementations§
Source§impl Clone for PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
impl Clone for PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
Source§fn clone(
&self,
) -> PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
fn clone( &self, ) -> PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
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 PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
impl Debug for PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
Source§impl Default for PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
impl Default for PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
Source§impl<'de> Deserialize<'de> for PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
impl<'de> Deserialize<'de> for PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
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<&PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps> for PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
impl From<&PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps> for PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
Source§fn from(
value: &PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps,
) -> Self
fn from( value: &PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps, ) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
impl RefUnwindSafe for PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
impl Send for PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
impl Sync for PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
impl Unpin for PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
impl UnsafeUnpin for PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
impl UnwindSafe for PasskeyRegisterRequestBodyAuthenticatorResponseClientExtensionResultsCredProps
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