Struct clippy_lints::utils::cargo::Dependency [] [src]

pub struct Dependency {
    pub name: String,
    pub req: String,
    // some fields omitted
}

Fields

Trait Implementations

impl Decodable for Dependency
[src]

Deserialize a value using a Decoder.

impl Debug for Dependency
[src]

Formats the value using the given formatter.