Struct cargo_make::types::Cache [] [src]

pub struct Cache {
    pub file_name: Option<String>,
    pub last_update_check: Option<u64>,
}

Holds persisted data used by cargo-make

Fields

File from which the cache file was loaded from

Holds last update check with returned no updates result

Methods

impl Cache
[src]

[src]

Returns new instance

Trait Implementations

impl Debug for Cache
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Cache
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more