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