pub struct RelationFamilyInventoryReport {
pub version: u32,
pub digest: String,
pub active_families: u32,
pub optional_disabled_families: u32,
}Expand description
Content-free settings projection of the accepted inventory.
Fields§
§version: u32Inventory schema version.
digest: StringDigest over every accepted owner and coverage field.
active_families: u32Number of active direct families.
optional_disabled_families: u32Number of separately gated inferred families.
Trait Implementations§
Source§impl Clone for RelationFamilyInventoryReport
impl Clone for RelationFamilyInventoryReport
Source§fn clone(&self) -> RelationFamilyInventoryReport
fn clone(&self) -> RelationFamilyInventoryReport
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 RelationFamilyInventoryReport
impl PartialEq for RelationFamilyInventoryReport
Source§fn eq(&self, other: &RelationFamilyInventoryReport) -> bool
fn eq(&self, other: &RelationFamilyInventoryReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RelationFamilyInventoryReport
impl StructuralPartialEq for RelationFamilyInventoryReport
Auto Trait Implementations§
impl Freeze for RelationFamilyInventoryReport
impl RefUnwindSafe for RelationFamilyInventoryReport
impl Send for RelationFamilyInventoryReport
impl Sync for RelationFamilyInventoryReport
impl Unpin for RelationFamilyInventoryReport
impl UnwindSafe for RelationFamilyInventoryReport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.