pub struct BarChart {
pub bar_dir: StringVal,
pub grouping: StringVal,
pub series: Vec<Series>,
pub ax_ids: Vec<UintVal>,
}Expand description
Bar chart definition.
Fields§
§bar_dir: StringVal§grouping: StringVal§series: Vec<Series>§ax_ids: Vec<UintVal>Trait Implementations§
Source§impl<'de> Deserialize<'de> for BarChart
impl<'de> Deserialize<'de> for BarChart
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
impl StructuralPartialEq for BarChart
Auto Trait Implementations§
impl Freeze for BarChart
impl RefUnwindSafe for BarChart
impl Send for BarChart
impl Sync for BarChart
impl Unpin for BarChart
impl UnwindSafe for BarChart
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