Enum cargo_metadata::DependencyKind [] [src]

pub enum DependencyKind {
    Normal,
    Development,
    Build,
}

Dependencies can come in three kinds

Variants

The 'normal' kind

Those used in tests only

Those used in build scripts only

Trait Implementations

impl PartialEq for DependencyKind
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Clone for DependencyKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DependencyKind
[src]

[src]

Formats the value using the given formatter.

impl Copy for DependencyKind
[src]

impl Default for DependencyKind
[src]

[src]

Returns the "default value" for a type. Read more