pub struct WebAuthnDevice {
pub pk: i32,
pub name: String,
pub created_on: String,
}
Expand description
WebAuthnDevice : Serializer for WebAuthn authenticator devices
Fields§
§pk: i32
§name: String
§created_on: String
Implementations§
Trait Implementations§
Source§impl Clone for WebAuthnDevice
impl Clone for WebAuthnDevice
Source§fn clone(&self) -> WebAuthnDevice
fn clone(&self) -> WebAuthnDevice
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 WebAuthnDevice
impl Debug for WebAuthnDevice
Source§impl Default for WebAuthnDevice
impl Default for WebAuthnDevice
Source§fn default() -> WebAuthnDevice
fn default() -> WebAuthnDevice
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebAuthnDevice
impl<'de> Deserialize<'de> for WebAuthnDevice
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 WebAuthnDevice
impl PartialEq for WebAuthnDevice
Source§impl Serialize for WebAuthnDevice
impl Serialize for WebAuthnDevice
impl StructuralPartialEq for WebAuthnDevice
Auto Trait Implementations§
impl Freeze for WebAuthnDevice
impl RefUnwindSafe for WebAuthnDevice
impl Send for WebAuthnDevice
impl Sync for WebAuthnDevice
impl Unpin for WebAuthnDevice
impl UnwindSafe for WebAuthnDevice
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