pub struct RankingsDailyQuery {
pub start_date: Option<String>,
pub end_date: Option<String>,
pub extra: QueryParams,
}Fields§
§start_date: Option<String>§end_date: Option<String>§extra: QueryParamsImplementations§
Trait Implementations§
Source§impl Clone for RankingsDailyQuery
impl Clone for RankingsDailyQuery
Source§fn clone(&self) -> RankingsDailyQuery
fn clone(&self) -> RankingsDailyQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RankingsDailyQuery
impl Debug for RankingsDailyQuery
Source§impl Default for RankingsDailyQuery
impl Default for RankingsDailyQuery
Source§fn default() -> RankingsDailyQuery
fn default() -> RankingsDailyQuery
Returns the “default value” for a type. Read more
Source§impl IntoQueryParams for RankingsDailyQuery
impl IntoQueryParams for RankingsDailyQuery
fn into_query_params(self) -> QueryParams
Source§impl PartialEq for RankingsDailyQuery
impl PartialEq for RankingsDailyQuery
Source§fn eq(&self, other: &RankingsDailyQuery) -> bool
fn eq(&self, other: &RankingsDailyQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RankingsDailyQuery
Auto Trait Implementations§
impl Freeze for RankingsDailyQuery
impl RefUnwindSafe for RankingsDailyQuery
impl Send for RankingsDailyQuery
impl Sync for RankingsDailyQuery
impl Unpin for RankingsDailyQuery
impl UnsafeUnpin for RankingsDailyQuery
impl UnwindSafe for RankingsDailyQuery
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