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