pub struct DownloadsMeta {
pub extra_downloads: Vec<ExtraDownload>,
}Expand description
Downloads metadata
Fields§
§extra_downloads: Vec<ExtraDownload>Trait Implementations§
Source§impl Debug for DownloadsMeta
impl Debug for DownloadsMeta
Source§impl<'de> Deserialize<'de> for DownloadsMeta
impl<'de> Deserialize<'de> for DownloadsMeta
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 DownloadsMeta
impl RefUnwindSafe for DownloadsMeta
impl Send for DownloadsMeta
impl Sync for DownloadsMeta
impl Unpin for DownloadsMeta
impl UnsafeUnpin for DownloadsMeta
impl UnwindSafe for DownloadsMeta
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