pub struct ReportStockAnalysis {
pub items: Vec<Items>,
}
Fields§
§items: Vec<Items>
Trait Implementations§
Source§impl Clone for ReportStockAnalysis
impl Clone for ReportStockAnalysis
Source§fn clone(&self) -> ReportStockAnalysis
fn clone(&self) -> ReportStockAnalysis
Returns a copy 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 ReportStockAnalysis
impl Debug for ReportStockAnalysis
Source§impl<'de> Deserialize<'de> for ReportStockAnalysis
impl<'de> Deserialize<'de> for ReportStockAnalysis
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
Source§impl From<ReportStockAnalysis> for Report
impl From<ReportStockAnalysis> for Report
Source§fn from(value: ReportStockAnalysis) -> Self
fn from(value: ReportStockAnalysis) -> Self
Converts to this type from the input type.
Source§impl From<ReportStockAnalysis> for Report
impl From<ReportStockAnalysis> for Report
Source§fn from(value: ReportStockAnalysis) -> Self
fn from(value: ReportStockAnalysis) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReportStockAnalysis
impl PartialEq for ReportStockAnalysis
impl StructuralPartialEq for ReportStockAnalysis
Auto Trait Implementations§
impl Freeze for ReportStockAnalysis
impl RefUnwindSafe for ReportStockAnalysis
impl Send for ReportStockAnalysis
impl Sync for ReportStockAnalysis
impl Unpin for ReportStockAnalysis
impl UnwindSafe for ReportStockAnalysis
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