Struct crates_io_api::VersionLinks [−][src]
pub struct VersionLinks {
pub authors: String,
pub dependencies: String,
pub version_downloads: String,
}Fields
dependencies: String
version_downloads: String
Trait Implementations
impl Debug for VersionLinks[src]
impl Debug for VersionLinksfn 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 VersionLinks[src]
impl Clone for VersionLinksfn clone(&self) -> VersionLinks[src]
fn clone(&self) -> VersionLinksReturns 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 VersionLinks
impl Send for VersionLinksimpl Sync for VersionLinks
impl Sync for VersionLinks