pub struct SmcConfig {Show 14 fields
pub swing_length: usize,
pub internal_length: usize,
pub show_internal_structure: bool,
pub show_swing_structure: bool,
pub show_order_blocks: bool,
pub max_order_blocks: usize,
pub show_fvg: bool,
pub show_equal_hl: bool,
pub equal_hl_length: usize,
pub equal_hl_threshold: f64,
pub show_premium_discount: bool,
pub order_block_filter: String,
pub order_block_mitigation: String,
pub atr_period: usize,
}Fields§
§swing_length: usize§internal_length: usize§show_internal_structure: bool§show_swing_structure: bool§show_order_blocks: bool§max_order_blocks: usize§show_fvg: bool§show_equal_hl: bool§equal_hl_length: usize§equal_hl_threshold: f64§order_block_filter: String§order_block_mitigation: String§atr_period: usizeTrait Implementations§
Source§impl<'de> Deserialize<'de> for SmcConfig
impl<'de> Deserialize<'de> for SmcConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SmcConfig
impl RefUnwindSafe for SmcConfig
impl Send for SmcConfig
impl Sync for SmcConfig
impl Unpin for SmcConfig
impl UnsafeUnpin for SmcConfig
impl UnwindSafe for SmcConfig
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