pub struct NativeCatalogCollectionSummary {
pub name: String,
pub entities: u64,
pub cross_refs: u64,
pub segments: u32,
}Fields§
§name: String§entities: u64§cross_refs: u64§segments: u32Trait Implementations§
Source§impl Clone for NativeCatalogCollectionSummary
impl Clone for NativeCatalogCollectionSummary
Source§fn clone(&self) -> NativeCatalogCollectionSummary
fn clone(&self) -> NativeCatalogCollectionSummary
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 moreimpl Eq for NativeCatalogCollectionSummary
Source§impl PartialEq for NativeCatalogCollectionSummary
impl PartialEq for NativeCatalogCollectionSummary
Source§fn eq(&self, other: &NativeCatalogCollectionSummary) -> bool
fn eq(&self, other: &NativeCatalogCollectionSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NativeCatalogCollectionSummary
Auto Trait Implementations§
impl Freeze for NativeCatalogCollectionSummary
impl RefUnwindSafe for NativeCatalogCollectionSummary
impl Send for NativeCatalogCollectionSummary
impl Sync for NativeCatalogCollectionSummary
impl Unpin for NativeCatalogCollectionSummary
impl UnsafeUnpin for NativeCatalogCollectionSummary
impl UnwindSafe for NativeCatalogCollectionSummary
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