pub struct StockEquitiesLastQuoteForASymbolV2Response {
pub request_id: String,
pub status: String,
pub results: StockEquitiesHistoricTrade,
}
Fields§
§request_id: String
§status: String
§results: StockEquitiesHistoricTrade
Trait Implementations§
Source§impl Clone for StockEquitiesLastQuoteForASymbolV2Response
impl Clone for StockEquitiesLastQuoteForASymbolV2Response
Source§fn clone(&self) -> StockEquitiesLastQuoteForASymbolV2Response
fn clone(&self) -> StockEquitiesLastQuoteForASymbolV2Response
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<'de> Deserialize<'de> for StockEquitiesLastQuoteForASymbolV2Response
impl<'de> Deserialize<'de> for StockEquitiesLastQuoteForASymbolV2Response
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 StockEquitiesLastQuoteForASymbolV2Response
impl RefUnwindSafe for StockEquitiesLastQuoteForASymbolV2Response
impl Send for StockEquitiesLastQuoteForASymbolV2Response
impl Sync for StockEquitiesLastQuoteForASymbolV2Response
impl Unpin for StockEquitiesLastQuoteForASymbolV2Response
impl UnwindSafe for StockEquitiesLastQuoteForASymbolV2Response
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