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