pub struct XYDataset {
Show 22 fields pub label: Option<String>, pub data: Option<Vec<XYPoint>>, pub borderColor: Option<String>, pub barThickness: Option<NumberString>, pub backgroundColor: Option<String>, pub order: Option<NumberString>, pub type: Option<String>, pub pointRadius: Option<NumberString>, pub pointHoverRadius: Option<NumberOrDateString>, pub pointStyle: Option<String>, pub pointBackgroundColor: Option<String>, pub pointHoverBackgroundColor: Option<String>, pub pointBorderColor: Option<String>, pub pointBorderWidth: Option<NumberString>, pub pointHoverBorderWidth: Option<NumberString>, pub borderWidth: Option<NumberString>, pub borderDash: Option<Vec<NumberString>>, pub borderJoinStyle: Option<String>, pub hoverBackgroundColor: Option<String>, pub stepped: Option<bool>, pub yAxisID: Option<String>, pub xAxisID: Option<String>,
}

Fields

label: Option<String>data: Option<Vec<XYPoint>>borderColor: Option<String>barThickness: Option<NumberString>backgroundColor: Option<String>order: Option<NumberString>type: Option<String>pointRadius: Option<NumberString>pointHoverRadius: Option<NumberOrDateString>pointStyle: Option<String>pointBackgroundColor: Option<String>pointHoverBackgroundColor: Option<String>pointBorderColor: Option<String>pointBorderWidth: Option<NumberString>pointHoverBorderWidth: Option<NumberString>borderWidth: Option<NumberString>borderDash: Option<Vec<NumberString>>borderJoinStyle: Option<String>hoverBackgroundColor: Option<String>stepped: Option<bool>yAxisID: Option<String>xAxisID: Option<String>

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.