pub struct DataPoints {
pub dictionary_uuid: u32,
pub samples: Vec<DataPoint>,
}Fields§
§dictionary_uuid: u32§samples: Vec<DataPoint>Trait Implementations§
Source§impl Clone for DataPoints
impl Clone for DataPoints
Source§fn clone(&self) -> DataPoints
fn clone(&self) -> DataPoints
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 DataPoints
impl Debug for DataPoints
Source§impl Default for DataPoints
impl Default for DataPoints
Source§impl<'de> Deserialize<'de> for DataPoints
impl<'de> Deserialize<'de> for DataPoints
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
Source§impl PartialEq for DataPoints
impl PartialEq for DataPoints
Source§impl Serialize for DataPoints
impl Serialize for DataPoints
impl Message for DataPoints
impl StructuralPartialEq for DataPoints
Auto Trait Implementations§
impl Freeze for DataPoints
impl RefUnwindSafe for DataPoints
impl Send for DataPoints
impl Sync for DataPoints
impl Unpin for DataPoints
impl UnwindSafe for DataPoints
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