Struct crates_io_api::CrateLinks[][src]

pub struct CrateLinks {
    pub owner_team: String,
    pub owner_user: String,
    pub owners: String,
    pub reverse_dependencies: String,
    pub version_downloads: String,
    pub versions: Option<String>,
}

Fields

Trait Implementations

impl Debug for CrateLinks
[src]

Formats the value using the given formatter. Read more

impl Clone for CrateLinks
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CrateLinks

impl Sync for CrateLinks