pub struct SingleIndicatorDayLine {
pub data: Vec<SingleIndicator>,
}Fields§
§data: Vec<SingleIndicator>Implementations§
Source§impl SingleIndicatorDayLine
impl SingleIndicatorDayLine
pub fn new(data: Vec<SingleIndicator>) -> Self
pub fn inner(self) -> Vec<SingleIndicator>
pub fn inner_ref(&self) -> &[SingleIndicator]
pub fn short_indicator(&self) -> Vec<Indicator>
Trait Implementations§
Source§impl Clone for SingleIndicatorDayLine
impl Clone for SingleIndicatorDayLine
Source§fn clone(&self) -> SingleIndicatorDayLine
fn clone(&self) -> SingleIndicatorDayLine
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 SingleIndicatorDayLine
impl Debug for SingleIndicatorDayLine
Source§impl<'de> Deserialize<'de> for SingleIndicatorDayLine
impl<'de> Deserialize<'de> for SingleIndicatorDayLine
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 SingleIndicatorDayLine
impl RefUnwindSafe for SingleIndicatorDayLine
impl Send for SingleIndicatorDayLine
impl Sync for SingleIndicatorDayLine
impl Unpin for SingleIndicatorDayLine
impl UnwindSafe for SingleIndicatorDayLine
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