pub struct CredentialPathInfo {
pub rp_id: ValidatedRpId,
pub cred_id: Vec<u8>,
pub extension: String,
}Fields§
§rp_id: ValidatedRpId§cred_id: Vec<u8>§extension: StringImplementations§
Trait Implementations§
Source§impl Clone for CredentialPathInfo
impl Clone for CredentialPathInfo
Source§fn clone(&self) -> CredentialPathInfo
fn clone(&self) -> CredentialPathInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CredentialPathInfo
impl RefUnwindSafe for CredentialPathInfo
impl Send for CredentialPathInfo
impl Sync for CredentialPathInfo
impl Unpin for CredentialPathInfo
impl UnsafeUnpin for CredentialPathInfo
impl UnwindSafe for CredentialPathInfo
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