pub struct ChartProps {
pub datasets: Vec<ChartDataset>,
pub min_y: Option<i64>,
pub max_y: Option<i64>,
}Fields§
§datasets: Vec<ChartDataset>§min_y: Option<i64>§max_y: Option<i64>Trait Implementations§
Source§impl Clone for ChartProps
impl Clone for ChartProps
Source§fn clone(&self) -> ChartProps
fn clone(&self) -> ChartProps
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 ChartProps
impl Debug for ChartProps
Source§impl PartialEq for ChartProps
impl PartialEq for ChartProps
impl Eq for ChartProps
impl StructuralPartialEq for ChartProps
Auto Trait Implementations§
impl Freeze for ChartProps
impl RefUnwindSafe for ChartProps
impl Send for ChartProps
impl Sync for ChartProps
impl Unpin for ChartProps
impl UnsafeUnpin for ChartProps
impl UnwindSafe for ChartProps
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