pub enum StochCondition {
Overbought,
Oversold,
Strong,
Weak,
Neutral,
}Variants§
Trait Implementations§
Source§impl Clone for StochCondition
impl Clone for StochCondition
Source§fn clone(&self) -> StochCondition
fn clone(&self) -> StochCondition
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 StochCondition
impl Debug for StochCondition
Source§impl PartialEq for StochCondition
impl PartialEq for StochCondition
Source§impl Serialize for StochCondition
impl Serialize for StochCondition
impl StructuralPartialEq for StochCondition
Auto Trait Implementations§
impl Freeze for StochCondition
impl RefUnwindSafe for StochCondition
impl Send for StochCondition
impl Sync for StochCondition
impl Unpin for StochCondition
impl UnwindSafe for StochCondition
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