pub struct CandleStyle {
pub body_width_factor: f32,
pub wick_width: f32,
pub min_body_width: f32,
pub max_body_width: f32,
pub min_body_height: f32,
}Fields§
§body_width_factor: f32§wick_width: f32§min_body_width: f32§max_body_width: f32§min_body_height: f32Trait Implementations§
Source§impl Clone for CandleStyle
impl Clone for CandleStyle
Source§fn clone(&self) -> CandleStyle
fn clone(&self) -> CandleStyle
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 CandleStyle
impl Debug for CandleStyle
Source§impl Default for CandleStyle
impl Default for CandleStyle
Source§impl<'de> Deserialize<'de> for CandleStyle
impl<'de> Deserialize<'de> for CandleStyle
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 CandleStyle
impl RefUnwindSafe for CandleStyle
impl Send for CandleStyle
impl Sync for CandleStyle
impl Unpin for CandleStyle
impl UnsafeUnpin for CandleStyle
impl UnwindSafe for CandleStyle
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