Enum cargo::ops::Packages [] [src]

pub enum Packages<'a> {
    All,
    OptOut(&'a [String]),
    Packages(&'a [String]),
}

Variants

Methods

impl<'a> Packages<'a>
[src]

[src]

[src]

Trait Implementations

impl<'a> Clone for Packages<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Copy for Packages<'a>
[src]

impl<'a> PartialEq for Packages<'a>
[src]

[src]

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

[src]

This method tests for !=.

impl<'a> Eq for Packages<'a>
[src]

impl<'a> Debug for Packages<'a>
[src]

[src]

Formats the value using the given formatter.