pub struct Bar3DChart {
pub bar_dir: StringVal,
pub grouping: StringVal,
pub series: Vec<Series>,
pub shape: Option<StringVal>,
pub ax_ids: Vec<UintVal>,
}Expand description
3D bar chart definition.
Fields§
§bar_dir: StringVal§grouping: StringVal§series: Vec<Series>§shape: Option<StringVal>§ax_ids: Vec<UintVal>Trait Implementations§
Source§impl Clone for Bar3DChart
impl Clone for Bar3DChart
Source§fn clone(&self) -> Bar3DChart
fn clone(&self) -> Bar3DChart
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 Bar3DChart
impl Debug for Bar3DChart
Source§impl<'de> Deserialize<'de> for Bar3DChart
impl<'de> Deserialize<'de> for Bar3DChart
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 Bar3DChart
impl PartialEq for Bar3DChart
Source§impl Serialize for Bar3DChart
impl Serialize for Bar3DChart
impl StructuralPartialEq for Bar3DChart
Auto Trait Implementations§
impl Freeze for Bar3DChart
impl RefUnwindSafe for Bar3DChart
impl Send for Bar3DChart
impl Sync for Bar3DChart
impl Unpin for Bar3DChart
impl UnwindSafe for Bar3DChart
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