pub struct CrossUp { /* private fields */ }Expand description
Emit SignalEvent::Long the bar after a crosses above b.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CrossUp
impl RefUnwindSafe for CrossUp
impl Send for CrossUp
impl Sync for CrossUp
impl Unpin for CrossUp
impl UnsafeUnpin for CrossUp
impl UnwindSafe for CrossUp
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