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_name: Option<String>
File from which the cache file was loaded from
last_update_check: Option<u64>
Holds last update check with returned no updates result
Methods
impl Cache
[src]
Trait Implementations
impl Debug for Cache
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more