Enum cargo_tally::Feature [] [src]

pub enum Feature {
    Current(String),
    Dependency(StringString),
}

Variants

Trait Implementations

impl Clone for Feature
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Feature
[src]

[src]

Formats the value using the given formatter. Read more

impl<'de> Deserialize<'de> for Feature
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Display for Feature
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Feature

impl Sync for Feature