Struct crates_io_api::Dependencies[][src]

pub struct Dependencies {
    pub dependencies: Vec<Dependency>,
}

Fields

Trait Implementations

impl Debug for Dependencies
[src]

Formats the value using the given formatter. Read more

impl Clone for Dependencies
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations