pub struct PieChartConfig {
pub donut: bool,
pub show_legend: bool,
pub title: Option<String>,
}Expand description
Configuration for pie chart rendering.
Fields§
§donut: bool§show_legend: bool§title: Option<String>Auto Trait Implementations§
impl Freeze for PieChartConfig
impl RefUnwindSafe for PieChartConfig
impl Send for PieChartConfig
impl Sync for PieChartConfig
impl Unpin for PieChartConfig
impl UnsafeUnpin for PieChartConfig
impl UnwindSafe for PieChartConfig
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