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
owner_team: String
owner_user: String
owners: String
reverse_dependencies: String
version_downloads: String
versions: Option<String>
Trait Implementations
impl Debug for CrateLinks[src]
impl Debug for CrateLinksfn 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 CrateLinks[src]
impl Clone for CrateLinksfn clone(&self) -> CrateLinks[src]
fn clone(&self) -> CrateLinksReturns 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 CrateLinks
impl Send for CrateLinksimpl Sync for CrateLinks
impl Sync for CrateLinks