pub struct CandleDataset {
pub format: DatasetFormat,
pub candles: Vec<Candle>,
}Expand description
Fully materialized dataset containing normalized candles.
Fields§
§format: DatasetFormat§candles: Vec<Candle>Auto Trait Implementations§
impl Freeze for CandleDataset
impl RefUnwindSafe for CandleDataset
impl Send for CandleDataset
impl Sync for CandleDataset
impl Unpin for CandleDataset
impl UnwindSafe for CandleDataset
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