pub struct BarSeries {
pub name: String,
pub color: RgbColor,
pub bars: Vec<Bar>,
}Fields§
§name: String§color: RgbColor§bars: Vec<Bar>Trait Implementations§
impl StructuralPartialEq for BarSeries
Auto Trait Implementations§
impl Freeze for BarSeries
impl RefUnwindSafe for BarSeries
impl Send for BarSeries
impl Sync for BarSeries
impl Unpin for BarSeries
impl UnsafeUnpin for BarSeries
impl UnwindSafe for BarSeries
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