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