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