pub struct AdaptiveEMA { /* private fields */ }Expand description
Adaptive Exponential Moving Average (AEMA) TASC April 2019, by Vitali Apirine
Implementations§
Trait Implementations§
Source§impl Clone for AdaptiveEMA
impl Clone for AdaptiveEMA
Source§fn clone(&self) -> AdaptiveEMA
fn clone(&self) -> AdaptiveEMA
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AdaptiveEMA
impl Debug for AdaptiveEMA
Auto Trait Implementations§
impl Freeze for AdaptiveEMA
impl RefUnwindSafe for AdaptiveEMA
impl Send for AdaptiveEMA
impl Sync for AdaptiveEMA
impl Unpin for AdaptiveEMA
impl UnsafeUnpin for AdaptiveEMA
impl UnwindSafe for AdaptiveEMA
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