pub enum CaseKind {
Show 15 variants
Sma,
Bbands,
Rsi,
Macd,
Atr,
Adx,
HtDcPhase,
CdlDoji,
CdlEngulfing,
Cdl3WhiteSoldiers,
LinearReg,
TypPrice,
Obv,
Sin,
Add,
}Expand description
The typed Rust/C/Python adapter branch for one representative case.
Variants§
Sma
Bbands
Rsi
Macd
Atr
Adx
HtDcPhase
CdlDoji
CdlEngulfing
Cdl3WhiteSoldiers
LinearReg
TypPrice
Obv
Sin
Add
Trait Implementations§
impl Copy for CaseKind
impl Eq for CaseKind
impl StructuralPartialEq for CaseKind
Auto Trait Implementations§
impl Freeze for CaseKind
impl RefUnwindSafe for CaseKind
impl Send for CaseKind
impl Sync for CaseKind
impl Unpin for CaseKind
impl UnsafeUnpin for CaseKind
impl UnwindSafe for CaseKind
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