Struct cargo_registry::download::VersionDownload [] [src]

pub struct VersionDownload {
    pub id: i32,
    pub version_id: i32,
    pub downloads: i32,
    pub counted: i32,
    pub date: NaiveDate,
    pub processed: bool,
}

Fields

Methods

impl VersionDownload
[src]

Trait Implementations

impl HasTable for VersionDownload

impl<'ident> Identifiable for &'ident VersionDownload

impl BelongsTo<Version> for VersionDownload

impl Debug for VersionDownload
[src]

[src]

Formats the value using the given formatter.

impl Clone for VersionDownload
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for VersionDownload
[src]