pub struct ChartDrawingSourceStatePoint { /* private fields */ }Expand description
A single anchor point in a chart drawing (time, offset, price).
Trait Implementations§
Source§impl Clone for ChartDrawingSourceStatePoint
impl Clone for ChartDrawingSourceStatePoint
Source§impl Debug for ChartDrawingSourceStatePoint
impl Debug for ChartDrawingSourceStatePoint
Source§impl<'de> Deserialize<'de> for ChartDrawingSourceStatePoint
impl<'de> Deserialize<'de> for ChartDrawingSourceStatePoint
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 ChartDrawingSourceStatePoint
impl RefUnwindSafe for ChartDrawingSourceStatePoint
impl Send for ChartDrawingSourceStatePoint
impl Sync for ChartDrawingSourceStatePoint
impl Unpin for ChartDrawingSourceStatePoint
impl UnsafeUnpin for ChartDrawingSourceStatePoint
impl UnwindSafe for ChartDrawingSourceStatePoint
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