pub struct IndicatorBuilder { /* private fields */ }Implementations§
Source§impl IndicatorBuilder
impl IndicatorBuilder
pub fn from_path<P: AsRef<Path>>(path: P) -> Result<Self>
pub fn query_days(self, days: u64) -> Self
pub fn build_short_indicator(self) -> SingleIndicatorDayLine
pub fn build_combined_indicator(self) -> CombinedIndicatorDayLine
pub fn build_full_data(self) -> Vec<FullDailyData>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndicatorBuilder
impl RefUnwindSafe for IndicatorBuilder
impl Send for IndicatorBuilder
impl Sync for IndicatorBuilder
impl Unpin for IndicatorBuilder
impl UnwindSafe for IndicatorBuilder
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