pub struct LabeledCountEntry {
pub labels: Vec<StatLabel>,
pub count: u32,
}Fields§
§labels: Vec<StatLabel>§count: u32Trait Implementations§
Source§impl Clone for LabeledCountEntry
impl Clone for LabeledCountEntry
Source§fn clone(&self) -> LabeledCountEntry
fn clone(&self) -> LabeledCountEntry
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 Debug for LabeledCountEntry
impl Debug for LabeledCountEntry
Source§impl PartialEq for LabeledCountEntry
impl PartialEq for LabeledCountEntry
Source§impl Serialize for LabeledCountEntry
impl Serialize for LabeledCountEntry
impl Eq for LabeledCountEntry
impl StructuralPartialEq for LabeledCountEntry
Auto Trait Implementations§
impl Freeze for LabeledCountEntry
impl RefUnwindSafe for LabeledCountEntry
impl Send for LabeledCountEntry
impl Sync for LabeledCountEntry
impl Unpin for LabeledCountEntry
impl UnsafeUnpin for LabeledCountEntry
impl UnwindSafe for LabeledCountEntry
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