pub struct CompactEntityMetrics { /* private fields */ }Expand description
CompactEntityMetrics
Compact per-entity metrics counters.
Implementations§
Trait Implementations§
Source§impl CandidType for CompactEntityMetrics
impl CandidType for CompactEntityMetrics
Source§impl Clone for CompactEntityMetrics
impl Clone for CompactEntityMetrics
Source§fn clone(&self) -> CompactEntityMetrics
fn clone(&self) -> CompactEntityMetrics
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 CompactEntityMetrics
impl Debug for CompactEntityMetrics
Source§impl Default for CompactEntityMetrics
impl Default for CompactEntityMetrics
Source§fn default() -> CompactEntityMetrics
fn default() -> CompactEntityMetrics
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CompactEntityMetrics
impl<'de> Deserialize<'de> for CompactEntityMetrics
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 CompactEntityMetrics
Source§impl PartialEq for CompactEntityMetrics
impl PartialEq for CompactEntityMetrics
Source§fn eq(&self, other: &CompactEntityMetrics) -> bool
fn eq(&self, other: &CompactEntityMetrics) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CompactEntityMetrics
Auto Trait Implementations§
impl Freeze for CompactEntityMetrics
impl RefUnwindSafe for CompactEntityMetrics
impl Send for CompactEntityMetrics
impl Sync for CompactEntityMetrics
impl Unpin for CompactEntityMetrics
impl UnsafeUnpin for CompactEntityMetrics
impl UnwindSafe for CompactEntityMetrics
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