pub struct OfPieChart {
pub of_pie_type: StringVal,
pub series: Vec<Series>,
pub ser_lines: Option<SerLines>,
}Expand description
Of-pie chart definition (pie-of-pie or bar-of-pie).
Fields§
§of_pie_type: StringVal§series: Vec<Series>§ser_lines: Option<SerLines>Trait Implementations§
Source§impl Clone for OfPieChart
impl Clone for OfPieChart
Source§fn clone(&self) -> OfPieChart
fn clone(&self) -> OfPieChart
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 OfPieChart
impl Debug for OfPieChart
Source§impl<'de> Deserialize<'de> for OfPieChart
impl<'de> Deserialize<'de> for OfPieChart
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 OfPieChart
impl PartialEq for OfPieChart
Source§impl Serialize for OfPieChart
impl Serialize for OfPieChart
impl StructuralPartialEq for OfPieChart
Auto Trait Implementations§
impl Freeze for OfPieChart
impl RefUnwindSafe for OfPieChart
impl Send for OfPieChart
impl Sync for OfPieChart
impl Unpin for OfPieChart
impl UnwindSafe for OfPieChart
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