pub struct IdentityModeSummary {
pub id_family: IdFamily,
pub mode: IdentityMapMode,
pub local_len: usize,
}Expand description
Fields§
§id_family: IdFamilyID family covered by this record.
mode: IdentityMapModeIdentity map mode.
local_len: usizeNumber of local IDs covered.
Trait Implementations§
Source§impl Clone for IdentityModeSummary
impl Clone for IdentityModeSummary
Source§fn clone(&self) -> IdentityModeSummary
fn clone(&self) -> IdentityModeSummary
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 IdentityModeSummary
impl Debug for IdentityModeSummary
Source§impl PartialEq for IdentityModeSummary
impl PartialEq for IdentityModeSummary
Source§fn eq(&self, other: &IdentityModeSummary) -> bool
fn eq(&self, other: &IdentityModeSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IdentityModeSummary
impl Eq for IdentityModeSummary
impl StructuralPartialEq for IdentityModeSummary
Auto Trait Implementations§
impl Freeze for IdentityModeSummary
impl RefUnwindSafe for IdentityModeSummary
impl Send for IdentityModeSummary
impl Sync for IdentityModeSummary
impl Unpin for IdentityModeSummary
impl UnsafeUnpin for IdentityModeSummary
impl UnwindSafe for IdentityModeSummary
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