pub struct WebAuthn {
pub rp_id: Option<String>,
}Expand description
Security key information specific to the Web Authentication protocol.
This type is not used in any activity, and only used as part of another schema.
Fields§
§rp_id: Option<String>Relying party ID for Web Authentication.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for WebAuthn
impl<'de> Deserialize<'de> for WebAuthn
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
impl Part for WebAuthn
Auto Trait Implementations§
impl Freeze for WebAuthn
impl RefUnwindSafe for WebAuthn
impl Send for WebAuthn
impl Sync for WebAuthn
impl Unpin for WebAuthn
impl UnsafeUnpin for WebAuthn
impl UnwindSafe for WebAuthn
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