Struct crates_io_api::VersionLinks[][src]

pub struct VersionLinks {
    pub authors: String,
    pub dependencies: String,
    pub version_downloads: String,
}

Fields

Trait Implementations

impl Debug for VersionLinks
[src]

Formats the value using the given formatter. Read more

impl Clone for VersionLinks
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations