[][src]Struct yata::methods::TMA

pub struct TMA { /* fields omitted */ }

Simple shortcut for EMA over EMA over EMA (or EMA over DMA, or DMA over EMA)

See also

EMA, DMA, DEMA, TEMA, RMA

Trait Implementations

impl Clone for TMA[src]

impl Copy for TMA[src]

impl Debug for TMA[src]

impl<'de> Deserialize<'de> for TMA[src]

impl Method for TMA[src]

type Params = PeriodType

Method parameters

type Input = ValueType

Input value type

type Output = Self::Input

Output value type

impl Serialize for TMA[src]

Auto Trait Implementations

impl RefUnwindSafe for TMA

impl Send for TMA

impl Sync for TMA

impl Unpin for TMA

impl UnwindSafe for TMA

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.