pub struct Rp { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AsMut<PublicKeyCredentialRpEntity> for Rp
impl AsMut<PublicKeyCredentialRpEntity> for Rp
Source§fn as_mut(&mut self) -> &mut PublicKeyCredentialRpEntity
fn as_mut(&mut self) -> &mut PublicKeyCredentialRpEntity
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<PublicKeyCredentialRpEntity> for Rp
impl AsRef<PublicKeyCredentialRpEntity> for Rp
Source§fn as_ref(&self) -> &PublicKeyCredentialRpEntity
fn as_ref(&self) -> &PublicKeyCredentialRpEntity
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl<'de> Deserialize<'de> for Rp
impl<'de> Deserialize<'de> for Rp
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 From<Rp> for PublicKeyCredentialRpEntity
impl From<Rp> for PublicKeyCredentialRpEntity
Source§fn from(rp: Rp) -> PublicKeyCredentialRpEntity
fn from(rp: Rp) -> PublicKeyCredentialRpEntity
Converts to this type from the input type.
impl StructuralPartialEq for Rp
Auto Trait Implementations§
impl Freeze for Rp
impl RefUnwindSafe for Rp
impl Send for Rp
impl Sync for Rp
impl Unpin for Rp
impl UnwindSafe for Rp
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