pub struct MarketStructureConfluenceStreamOutput {Show 16 fields
pub basis: f64,
pub upper_band: f64,
pub lower_band: f64,
pub structure_direction: f64,
pub bullish_arrow: f64,
pub bearish_arrow: f64,
pub bullish_change: f64,
pub bearish_change: f64,
pub hh: f64,
pub lh: f64,
pub hl: f64,
pub ll: f64,
pub bullish_bos: f64,
pub bullish_choch: f64,
pub bearish_bos: f64,
pub bearish_choch: f64,
}Fields§
§basis: f64§upper_band: f64§lower_band: f64§structure_direction: f64§bullish_arrow: f64§bearish_arrow: f64§bullish_change: f64§bearish_change: f64§hh: f64§lh: f64§hl: f64§ll: f64§bullish_bos: f64§bullish_choch: f64§bearish_bos: f64§bearish_choch: f64Trait Implementations§
Source§impl Clone for MarketStructureConfluenceStreamOutput
impl Clone for MarketStructureConfluenceStreamOutput
Source§fn clone(&self) -> MarketStructureConfluenceStreamOutput
fn clone(&self) -> MarketStructureConfluenceStreamOutput
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 PartialEq for MarketStructureConfluenceStreamOutput
impl PartialEq for MarketStructureConfluenceStreamOutput
Source§fn eq(&self, other: &MarketStructureConfluenceStreamOutput) -> bool
fn eq(&self, other: &MarketStructureConfluenceStreamOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MarketStructureConfluenceStreamOutput
impl StructuralPartialEq for MarketStructureConfluenceStreamOutput
Auto Trait Implementations§
impl Freeze for MarketStructureConfluenceStreamOutput
impl RefUnwindSafe for MarketStructureConfluenceStreamOutput
impl Send for MarketStructureConfluenceStreamOutput
impl Sync for MarketStructureConfluenceStreamOutput
impl Unpin for MarketStructureConfluenceStreamOutput
impl UnsafeUnpin for MarketStructureConfluenceStreamOutput
impl UnwindSafe for MarketStructureConfluenceStreamOutput
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more