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