pub struct ChartDrawingSourceState { /* private fields */ }Expand description
The geometric state of a drawing: a collection of time/price anchor points.
Trait Implementations§
Source§impl Clone for ChartDrawingSourceState
impl Clone for ChartDrawingSourceState
Source§impl Debug for ChartDrawingSourceState
impl Debug for ChartDrawingSourceState
Source§impl Default for ChartDrawingSourceState
impl Default for ChartDrawingSourceState
Source§impl<'de> Deserialize<'de> for ChartDrawingSourceState
impl<'de> Deserialize<'de> for ChartDrawingSourceState
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 ChartDrawingSourceState
impl RefUnwindSafe for ChartDrawingSourceState
impl Send for ChartDrawingSourceState
impl Sync for ChartDrawingSourceState
impl Unpin for ChartDrawingSourceState
impl UnsafeUnpin for ChartDrawingSourceState
impl UnwindSafe for ChartDrawingSourceState
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