pub struct LabeledFloatSums {
pub entries: Vec<LabeledFloatSumEntry>,
}Fields§
§entries: Vec<LabeledFloatSumEntry>Implementations§
Trait Implementations§
Source§impl Clone for LabeledFloatSums
impl Clone for LabeledFloatSums
Source§fn clone(&self) -> LabeledFloatSums
fn clone(&self) -> LabeledFloatSums
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 LabeledFloatSums
impl Debug for LabeledFloatSums
Source§impl Default for LabeledFloatSums
impl Default for LabeledFloatSums
Source§fn default() -> LabeledFloatSums
fn default() -> LabeledFloatSums
Returns the “default value” for a type. Read more
Source§impl PartialEq for LabeledFloatSums
impl PartialEq for LabeledFloatSums
Source§impl Serialize for LabeledFloatSums
impl Serialize for LabeledFloatSums
impl StructuralPartialEq for LabeledFloatSums
Auto Trait Implementations§
impl Freeze for LabeledFloatSums
impl RefUnwindSafe for LabeledFloatSums
impl Send for LabeledFloatSums
impl Sync for LabeledFloatSums
impl Unpin for LabeledFloatSums
impl UnsafeUnpin for LabeledFloatSums
impl UnwindSafe for LabeledFloatSums
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