pub struct BollingerBandsIndicator { /* private fields */ }Expand description
Bollinger Bands indicator: middle band (SMA), upper band, lower band.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BollingerBandsIndicator
impl RefUnwindSafe for BollingerBandsIndicator
impl Send for BollingerBandsIndicator
impl Sync for BollingerBandsIndicator
impl Unpin for BollingerBandsIndicator
impl UnsafeUnpin for BollingerBandsIndicator
impl UnwindSafe for BollingerBandsIndicator
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