pub struct Bar {
pub open_time_ms: EpochMs,
pub close_time_ms: EpochMs,
pub value: f64,
pub color: Option<RgbColor>,
}Fields§
§open_time_ms: EpochMs§close_time_ms: EpochMs§value: f64§color: Option<RgbColor>Trait Implementations§
impl StructuralPartialEq for Bar
Auto Trait Implementations§
impl Freeze for Bar
impl RefUnwindSafe for Bar
impl Send for Bar
impl Sync for Bar
impl Unpin for Bar
impl UnsafeUnpin for Bar
impl UnwindSafe for Bar
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