pub struct PatchedWebAuthnDeviceRequest {
pub name: Option<String>,
}
Expand description
PatchedWebAuthnDeviceRequest : Serializer for WebAuthn authenticator devices
Fields§
§name: Option<String>
Implementations§
Source§impl PatchedWebAuthnDeviceRequest
impl PatchedWebAuthnDeviceRequest
Sourcepub fn new() -> PatchedWebAuthnDeviceRequest
pub fn new() -> PatchedWebAuthnDeviceRequest
Serializer for WebAuthn authenticator devices
Trait Implementations§
Source§impl Clone for PatchedWebAuthnDeviceRequest
impl Clone for PatchedWebAuthnDeviceRequest
Source§fn clone(&self) -> PatchedWebAuthnDeviceRequest
fn clone(&self) -> PatchedWebAuthnDeviceRequest
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 PatchedWebAuthnDeviceRequest
impl Debug for PatchedWebAuthnDeviceRequest
Source§impl Default for PatchedWebAuthnDeviceRequest
impl Default for PatchedWebAuthnDeviceRequest
Source§fn default() -> PatchedWebAuthnDeviceRequest
fn default() -> PatchedWebAuthnDeviceRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PatchedWebAuthnDeviceRequest
impl<'de> Deserialize<'de> for PatchedWebAuthnDeviceRequest
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 PartialEq for PatchedWebAuthnDeviceRequest
impl PartialEq for PatchedWebAuthnDeviceRequest
Source§fn eq(&self, other: &PatchedWebAuthnDeviceRequest) -> bool
fn eq(&self, other: &PatchedWebAuthnDeviceRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PatchedWebAuthnDeviceRequest
Auto Trait Implementations§
impl Freeze for PatchedWebAuthnDeviceRequest
impl RefUnwindSafe for PatchedWebAuthnDeviceRequest
impl Send for PatchedWebAuthnDeviceRequest
impl Sync for PatchedWebAuthnDeviceRequest
impl Unpin for PatchedWebAuthnDeviceRequest
impl UnwindSafe for PatchedWebAuthnDeviceRequest
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