pub struct ThresholdBelow { /* private fields */ }Expand description
Emit SignalEvent::Short the bar after the input crosses below level.
Implementations§
Trait Implementations§
Source§impl Debug for ThresholdBelow
impl Debug for ThresholdBelow
Auto Trait Implementations§
impl Freeze for ThresholdBelow
impl RefUnwindSafe for ThresholdBelow
impl Send for ThresholdBelow
impl Sync for ThresholdBelow
impl Unpin for ThresholdBelow
impl UnsafeUnpin for ThresholdBelow
impl UnwindSafe for ThresholdBelow
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