Struct ctap_types::webauthn::PublicKeyCredentialRpEntity
source · [−]pub struct PublicKeyCredentialRpEntity {
pub id: String<256>,
pub name: Option<String<64>>,
pub url: Option<String<64>>,
}Fields
id: String<256>name: Option<String<64>>url: Option<String<64>>Trait Implementations
sourceimpl Clone for PublicKeyCredentialRpEntity
impl Clone for PublicKeyCredentialRpEntity
sourcefn clone(&self) -> PublicKeyCredentialRpEntity
fn clone(&self) -> PublicKeyCredentialRpEntity
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PublicKeyCredentialRpEntity
impl Debug for PublicKeyCredentialRpEntity
sourceimpl<'de> Deserialize<'de> for PublicKeyCredentialRpEntity
impl<'de> Deserialize<'de> for PublicKeyCredentialRpEntity
sourcefn 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
sourceimpl PartialEq<PublicKeyCredentialRpEntity> for PublicKeyCredentialRpEntity
impl PartialEq<PublicKeyCredentialRpEntity> for PublicKeyCredentialRpEntity
sourcefn eq(&self, other: &PublicKeyCredentialRpEntity) -> bool
fn eq(&self, other: &PublicKeyCredentialRpEntity) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &PublicKeyCredentialRpEntity) -> bool
fn ne(&self, other: &PublicKeyCredentialRpEntity) -> bool
This method tests for !=.
impl Eq for PublicKeyCredentialRpEntity
impl StructuralEq for PublicKeyCredentialRpEntity
impl StructuralPartialEq for PublicKeyCredentialRpEntity
Auto Trait Implementations
impl RefUnwindSafe for PublicKeyCredentialRpEntity
impl Send for PublicKeyCredentialRpEntity
impl Sync for PublicKeyCredentialRpEntity
impl Unpin for PublicKeyCredentialRpEntity
impl UnwindSafe for PublicKeyCredentialRpEntity
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more