pub struct GetPredictionV1LeaderboardsResponseWeekly {
pub predictions_count: f64,
pub total_volume_usd: String,
}Fields§
§predictions_count: f64§total_volume_usd: StringTrait Implementations§
Source§impl Clone for GetPredictionV1LeaderboardsResponseWeekly
impl Clone for GetPredictionV1LeaderboardsResponseWeekly
Source§fn clone(&self) -> GetPredictionV1LeaderboardsResponseWeekly
fn clone(&self) -> GetPredictionV1LeaderboardsResponseWeekly
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<'de> Deserialize<'de> for GetPredictionV1LeaderboardsResponseWeekly
impl<'de> Deserialize<'de> for GetPredictionV1LeaderboardsResponseWeekly
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 GetPredictionV1LeaderboardsResponseWeekly
impl RefUnwindSafe for GetPredictionV1LeaderboardsResponseWeekly
impl Send for GetPredictionV1LeaderboardsResponseWeekly
impl Sync for GetPredictionV1LeaderboardsResponseWeekly
impl Unpin for GetPredictionV1LeaderboardsResponseWeekly
impl UnsafeUnpin for GetPredictionV1LeaderboardsResponseWeekly
impl UnwindSafe for GetPredictionV1LeaderboardsResponseWeekly
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