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