pub struct VersionStats {
pub total_downloads: i64,
pub platform_downloads: ByPlatform<i64>,
}Fields§
§total_downloads: i64§platform_downloads: ByPlatform<i64>Trait Implementations§
Source§impl Debug for VersionStats
impl Debug for VersionStats
Source§impl<'de> Deserialize<'de> for VersionStats
impl<'de> Deserialize<'de> for VersionStats
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 VersionStats
impl RefUnwindSafe for VersionStats
impl Send for VersionStats
impl Sync for VersionStats
impl Unpin for VersionStats
impl UnwindSafe for VersionStats
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