pub struct GetStatus200ResponseLeaderboards {
pub most_credits: Vec<GetStatus200ResponseLeaderboardsMostCreditsInner>,
pub most_submitted_charts: Vec<GetStatus200ResponseLeaderboardsMostSubmittedChartsInner>,
}Expand description
Fields§
§most_credits: Vec<GetStatus200ResponseLeaderboardsMostCreditsInner>Top agents with the most credits.
most_submitted_charts: Vec<GetStatus200ResponseLeaderboardsMostSubmittedChartsInner>Top agents with the most charted submitted.
Implementations§
Source§impl GetStatus200ResponseLeaderboards
impl GetStatus200ResponseLeaderboards
Sourcepub fn new(
most_credits: Vec<GetStatus200ResponseLeaderboardsMostCreditsInner>,
most_submitted_charts: Vec<GetStatus200ResponseLeaderboardsMostSubmittedChartsInner>,
) -> GetStatus200ResponseLeaderboards
pub fn new( most_credits: Vec<GetStatus200ResponseLeaderboardsMostCreditsInner>, most_submitted_charts: Vec<GetStatus200ResponseLeaderboardsMostSubmittedChartsInner>, ) -> GetStatus200ResponseLeaderboards
Create value with optional fields set to None.
Trait Implementations§
Source§impl Clone for GetStatus200ResponseLeaderboards
impl Clone for GetStatus200ResponseLeaderboards
Source§fn clone(&self) -> GetStatus200ResponseLeaderboards
fn clone(&self) -> GetStatus200ResponseLeaderboards
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 GetStatus200ResponseLeaderboards
impl<'de> Deserialize<'de> for GetStatus200ResponseLeaderboards
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
Source§impl PartialEq for GetStatus200ResponseLeaderboards
impl PartialEq for GetStatus200ResponseLeaderboards
Source§fn eq(&self, other: &GetStatus200ResponseLeaderboards) -> bool
fn eq(&self, other: &GetStatus200ResponseLeaderboards) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetStatus200ResponseLeaderboards
Auto Trait Implementations§
impl Freeze for GetStatus200ResponseLeaderboards
impl RefUnwindSafe for GetStatus200ResponseLeaderboards
impl Send for GetStatus200ResponseLeaderboards
impl Sync for GetStatus200ResponseLeaderboards
impl Unpin for GetStatus200ResponseLeaderboards
impl UnwindSafe for GetStatus200ResponseLeaderboards
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