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