Enum cargo::util::Freshness
[−]
[src]
pub enum Freshness {
Fresh,
Dirty,
}Indication of the freshness of a package.
A fresh package does not necessarily need to be rebuilt (unless a dependency was also rebuilt), and a dirty package must always be rebuilt.
Variants
Fresh | ||
Dirty |
Methods
impl Freshness[src]
Trait Implementations
Derived Implementations
impl Copy for Freshness[src]
impl Clone for Freshness[src]
fn clone(&self) -> Freshness
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more