pub struct IdentitySnapshotSummary {
pub records: Vec<IdentityModeSummary>,
}Expand description
Summary returned after identity snapshot validation.
§Performance
Cloning is O(f) for f identity-family records.
Fields§
§records: Vec<IdentityModeSummary>Validated identity records.
Trait Implementations§
Source§impl Clone for IdentitySnapshotSummary
impl Clone for IdentitySnapshotSummary
Source§fn clone(&self) -> IdentitySnapshotSummary
fn clone(&self) -> IdentitySnapshotSummary
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 moreSource§impl Debug for IdentitySnapshotSummary
impl Debug for IdentitySnapshotSummary
impl Eq for IdentitySnapshotSummary
Source§impl PartialEq for IdentitySnapshotSummary
impl PartialEq for IdentitySnapshotSummary
Source§fn eq(&self, other: &IdentitySnapshotSummary) -> bool
fn eq(&self, other: &IdentitySnapshotSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IdentitySnapshotSummary
Auto Trait Implementations§
impl Freeze for IdentitySnapshotSummary
impl RefUnwindSafe for IdentitySnapshotSummary
impl Send for IdentitySnapshotSummary
impl Sync for IdentitySnapshotSummary
impl Unpin for IdentitySnapshotSummary
impl UnsafeUnpin for IdentitySnapshotSummary
impl UnwindSafe for IdentitySnapshotSummary
Blanket Implementations§
impl<T> Allocation for T
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