Enum cargo::ops::FilterRule [] [src]

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

Variants

Methods

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

[src]

[src]

Trait Implementations

impl<'a> Clone for FilterRule<'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 FilterRule<'a>
[src]

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

[src]

Formats the value using the given formatter.