pub struct EntityCatalogCounts { /* private fields */ }Expand description
EntityCatalogCounts
Compact count metadata for one SHOW ENTITIES row.
EntityCatalogCounts
Compact count metadata for one SHOW ENTITIES row.
Implementations§
Trait Implementations§
Source§impl Clone for EntityCatalogCounts
impl Clone for EntityCatalogCounts
Source§fn clone(&self) -> EntityCatalogCounts
fn clone(&self) -> EntityCatalogCounts
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 EntityCatalogCounts
impl Debug for EntityCatalogCounts
Source§impl<'de> Deserialize<'de> for EntityCatalogCounts
impl<'de> Deserialize<'de> for EntityCatalogCounts
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for EntityCatalogCounts
Source§impl PartialEq for EntityCatalogCounts
impl PartialEq for EntityCatalogCounts
Source§fn eq(&self, other: &EntityCatalogCounts) -> bool
fn eq(&self, other: &EntityCatalogCounts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EntityCatalogCounts
Auto Trait Implementations§
impl Freeze for EntityCatalogCounts
impl RefUnwindSafe for EntityCatalogCounts
impl Send for EntityCatalogCounts
impl Sync for EntityCatalogCounts
impl Unpin for EntityCatalogCounts
impl UnsafeUnpin for EntityCatalogCounts
impl UnwindSafe for EntityCatalogCounts
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