pub struct ExtraDownload {
pub date: String,
pub downloads: u64,
}Expand description
Extra download information
Fields§
§date: String§downloads: u64Trait Implementations§
Source§impl Debug for ExtraDownload
impl Debug for ExtraDownload
Source§impl<'de> Deserialize<'de> for ExtraDownload
impl<'de> Deserialize<'de> for ExtraDownload
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 ExtraDownload
impl RefUnwindSafe for ExtraDownload
impl Send for ExtraDownload
impl Sync for ExtraDownload
impl Unpin for ExtraDownload
impl UnsafeUnpin for ExtraDownload
impl UnwindSafe for ExtraDownload
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