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

pub struct Target {
    pub name: String,
    pub kind: Vec<String>,
    // some fields omitted
}

Fields

Trait Implementations

impl Decodable for Target
[src]

Deserialize a value using a Decoder.

impl Debug for Target
[src]

Formats the value using the given formatter.