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