pub struct Breakout { /* private fields */ }Expand description
Emit a breakout when the input rises above upper (long) or falls below
lower (short). Inputs are (value, upper, lower) triplets — caller is
responsible for feeding the channel from
crate::indicators::volatility::Donchian or similar.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Breakout
impl RefUnwindSafe for Breakout
impl Send for Breakout
impl Sync for Breakout
impl Unpin for Breakout
impl UnsafeUnpin for Breakout
impl UnwindSafe for Breakout
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