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