pub struct DataSet {
pub action: Box<str>,
pub links: Box<[Link]>,
pub annotations: Vec<i64>,
pub series: HashMap<Box<str>, Data>,
}Fields§
§action: Box<str>§links: Box<[Link]>§annotations: Vec<i64>§series: HashMap<Box<str>, Data>Trait Implementations§
source§impl<'de> Deserialize<'de> for DataSet
impl<'de> Deserialize<'de> for DataSet
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 DataSet
impl PartialEq for DataSet
impl StructuralPartialEq for DataSet
Auto Trait Implementations§
impl RefUnwindSafe for DataSet
impl Send for DataSet
impl Sync for DataSet
impl Unpin for DataSet
impl UnwindSafe for DataSet
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