pub struct CredentialManagementEnumerateRps {
pub remaining: NonZeroU32,
pub rp_id_hash: [u8; 32],
}Fields§
§remaining: NonZeroU32§rp_id_hash: [u8; 32]Trait Implementations§
Source§impl Clone for CredentialManagementEnumerateRps
impl Clone for CredentialManagementEnumerateRps
Source§fn clone(&self) -> CredentialManagementEnumerateRps
fn clone(&self) -> CredentialManagementEnumerateRps
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 PartialEq for CredentialManagementEnumerateRps
impl PartialEq for CredentialManagementEnumerateRps
Source§fn eq(&self, other: &CredentialManagementEnumerateRps) -> bool
fn eq(&self, other: &CredentialManagementEnumerateRps) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CredentialManagementEnumerateRps
impl StructuralPartialEq for CredentialManagementEnumerateRps
Auto Trait Implementations§
impl Freeze for CredentialManagementEnumerateRps
impl RefUnwindSafe for CredentialManagementEnumerateRps
impl Send for CredentialManagementEnumerateRps
impl Sync for CredentialManagementEnumerateRps
impl Unpin for CredentialManagementEnumerateRps
impl UnsafeUnpin for CredentialManagementEnumerateRps
impl UnwindSafe for CredentialManagementEnumerateRps
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