pub struct PublicKeyCredentialRpEntity {
pub id: String<256>,
pub name: Option<String<64>>,
pub icon: Option<Icon>,
}Fields§
§id: String<256>§name: Option<String<64>>§icon: Option<Icon>This field has been removed in Webauthn 2 but CTAP 2.2 requires implementors to accept it.
The content of this field must not be stored. Therefore we use the Icon helper type.
See issue #9 for more information.
Trait Implementations§
source§impl Clone for PublicKeyCredentialRpEntity
impl Clone for PublicKeyCredentialRpEntity
source§fn clone(&self) -> PublicKeyCredentialRpEntity
fn clone(&self) -> PublicKeyCredentialRpEntity
Returns a copy 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 PublicKeyCredentialRpEntity
impl Debug for PublicKeyCredentialRpEntity
source§impl<'de> Deserialize<'de> for PublicKeyCredentialRpEntity
impl<'de> Deserialize<'de> for PublicKeyCredentialRpEntity
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 Eq for PublicKeyCredentialRpEntity
impl StructuralPartialEq for PublicKeyCredentialRpEntity
Auto Trait Implementations§
impl Freeze for PublicKeyCredentialRpEntity
impl RefUnwindSafe for PublicKeyCredentialRpEntity
impl Send for PublicKeyCredentialRpEntity
impl Sync for PublicKeyCredentialRpEntity
impl Unpin for PublicKeyCredentialRpEntity
impl UnwindSafe for PublicKeyCredentialRpEntity
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)