pub struct BarChartProps {
pub bars: Vec<Bar>,
pub max: Option<u64>,
pub bar_width: u16,
}Fields§
§bars: Vec<Bar>§max: Option<u64>§bar_width: u16Trait Implementations§
Source§impl Clone for BarChartProps
impl Clone for BarChartProps
Source§fn clone(&self) -> BarChartProps
fn clone(&self) -> BarChartProps
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 BarChartProps
impl Debug for BarChartProps
Source§impl PartialEq for BarChartProps
impl PartialEq for BarChartProps
impl Eq for BarChartProps
impl StructuralPartialEq for BarChartProps
Auto Trait Implementations§
impl Freeze for BarChartProps
impl RefUnwindSafe for BarChartProps
impl Send for BarChartProps
impl Sync for BarChartProps
impl Unpin for BarChartProps
impl UnsafeUnpin for BarChartProps
impl UnwindSafe for BarChartProps
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