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