pub struct OHLCData {
pub high: f64,
pub low: f64,
pub close: f64,
}Fields§
§high: f64§low: f64§close: f64Implementations§
Trait Implementations§
impl Copy for OHLCData
impl StructuralPartialEq for OHLCData
Auto Trait Implementations§
impl Freeze for OHLCData
impl RefUnwindSafe for OHLCData
impl Send for OHLCData
impl Sync for OHLCData
impl Unpin for OHLCData
impl UnwindSafe for OHLCData
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