Struct crates_io_api::DownloadsMeta [−][src]
pub struct DownloadsMeta {
pub extra_downloads: Vec<ExtraDownloads>,
}Fields
extra_downloads: Vec<ExtraDownloads>
Trait Implementations
impl Debug for DownloadsMeta[src]
impl Debug for DownloadsMetafn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for DownloadsMeta[src]
impl Clone for DownloadsMetafn clone(&self) -> DownloadsMeta[src]
fn clone(&self) -> DownloadsMetaReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for DownloadsMeta
impl Send for DownloadsMetaimpl Sync for DownloadsMeta
impl Sync for DownloadsMeta