pub struct TopOrdersQueryParams {
pub rank: Option<u8>,
pub rank_lt: Option<u8>,
pub charges: Option<u8>,
pub charges_lt: Option<u8>,
pub amber_stars: Option<u8>,
pub amber_stars_lt: Option<u8>,
pub cyan_stars: Option<u8>,
pub cyan_stars_lt: Option<u8>,
pub subtype: Option<String>,
}Fields§
§rank: Option<u8>§rank_lt: Option<u8>§charges: Option<u8>§charges_lt: Option<u8>§amber_stars: Option<u8>§amber_stars_lt: Option<u8>§cyan_stars: Option<u8>§cyan_stars_lt: Option<u8>§subtype: Option<String>Trait Implementations§
Source§impl Clone for TopOrdersQueryParams
impl Clone for TopOrdersQueryParams
Source§fn clone(&self) -> TopOrdersQueryParams
fn clone(&self) -> TopOrdersQueryParams
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 Debug for TopOrdersQueryParams
impl Debug for TopOrdersQueryParams
Source§impl Default for TopOrdersQueryParams
impl Default for TopOrdersQueryParams
Source§fn default() -> TopOrdersQueryParams
fn default() -> TopOrdersQueryParams
Returns the “default value” for a type. Read more
Source§impl Hash for TopOrdersQueryParams
impl Hash for TopOrdersQueryParams
Source§impl Ord for TopOrdersQueryParams
impl Ord for TopOrdersQueryParams
Source§fn cmp(&self, other: &TopOrdersQueryParams) -> Ordering
fn cmp(&self, other: &TopOrdersQueryParams) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TopOrdersQueryParams
impl PartialEq for TopOrdersQueryParams
Source§impl PartialOrd for TopOrdersQueryParams
impl PartialOrd for TopOrdersQueryParams
impl Eq for TopOrdersQueryParams
impl StructuralPartialEq for TopOrdersQueryParams
Auto Trait Implementations§
impl Freeze for TopOrdersQueryParams
impl RefUnwindSafe for TopOrdersQueryParams
impl Send for TopOrdersQueryParams
impl Sync for TopOrdersQueryParams
impl Unpin for TopOrdersQueryParams
impl UnwindSafe for TopOrdersQueryParams
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.