pub enum StochasticSignal {
Overbought,
Oversold,
Bullish,
Bearish,
Neutral,
}Variants§
Trait Implementations§
Source§impl Clone for StochasticSignal
impl Clone for StochasticSignal
Source§fn clone(&self) -> StochasticSignal
fn clone(&self) -> StochasticSignal
Returns a duplicate of the value. Read more
1.0.0 · 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 StochasticSignal
impl Debug for StochasticSignal
Source§impl PartialEq for StochasticSignal
impl PartialEq for StochasticSignal
impl Copy for StochasticSignal
impl StructuralPartialEq for StochasticSignal
Auto Trait Implementations§
impl Freeze for StochasticSignal
impl RefUnwindSafe for StochasticSignal
impl Send for StochasticSignal
impl Sync for StochasticSignal
impl Unpin for StochasticSignal
impl UnwindSafe for StochasticSignal
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