pub struct ChartDrawing {
pub success: bool,
pub payload: ChartDrawingSource,
}Expand description
A chart drawing retrieved from TradingView (lines, shapes, annotations, etc.).
Fields§
§success: bool§payload: ChartDrawingSourceTrait Implementations§
Source§impl Clone for ChartDrawing
impl Clone for ChartDrawing
Source§impl Debug for ChartDrawing
impl Debug for ChartDrawing
Source§impl Default for ChartDrawing
impl Default for ChartDrawing
Source§impl<'de> Deserialize<'de> for ChartDrawing
impl<'de> Deserialize<'de> for ChartDrawing
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 ChartDrawing
impl RefUnwindSafe for ChartDrawing
impl Send for ChartDrawing
impl Sync for ChartDrawing
impl Unpin for ChartDrawing
impl UnsafeUnpin for ChartDrawing
impl UnwindSafe for ChartDrawing
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