pub struct InsyncIndexBatchRange {Show 15 fields
pub emo_divisor: (usize, usize, usize),
pub emo_length: (usize, usize, usize),
pub fast_length: (usize, usize, usize),
pub slow_length: (usize, usize, usize),
pub mfi_length: (usize, usize, usize),
pub bb_length: (usize, usize, usize),
pub bb_multiplier: (f64, f64, f64),
pub cci_length: (usize, usize, usize),
pub dpo_length: (usize, usize, usize),
pub roc_length: (usize, usize, usize),
pub rsi_length: (usize, usize, usize),
pub stoch_length: (usize, usize, usize),
pub stoch_d_length: (usize, usize, usize),
pub stoch_k_length: (usize, usize, usize),
pub sma_length: (usize, usize, usize),
}Fields§
§emo_divisor: (usize, usize, usize)§emo_length: (usize, usize, usize)§fast_length: (usize, usize, usize)§slow_length: (usize, usize, usize)§mfi_length: (usize, usize, usize)§bb_length: (usize, usize, usize)§bb_multiplier: (f64, f64, f64)§cci_length: (usize, usize, usize)§dpo_length: (usize, usize, usize)§roc_length: (usize, usize, usize)§rsi_length: (usize, usize, usize)§stoch_length: (usize, usize, usize)§stoch_d_length: (usize, usize, usize)§stoch_k_length: (usize, usize, usize)§sma_length: (usize, usize, usize)Trait Implementations§
Source§impl Clone for InsyncIndexBatchRange
impl Clone for InsyncIndexBatchRange
Source§fn clone(&self) -> InsyncIndexBatchRange
fn clone(&self) -> InsyncIndexBatchRange
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InsyncIndexBatchRange
impl Debug for InsyncIndexBatchRange
Auto Trait Implementations§
impl Freeze for InsyncIndexBatchRange
impl RefUnwindSafe for InsyncIndexBatchRange
impl Send for InsyncIndexBatchRange
impl Sync for InsyncIndexBatchRange
impl Unpin for InsyncIndexBatchRange
impl UnsafeUnpin for InsyncIndexBatchRange
impl UnwindSafe for InsyncIndexBatchRange
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more