Struct cargo_make::types::Cache [−][src]
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]
impl Cache
Trait Implementations
impl Debug for Cache
[src]
impl Debug for Cache
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for Cache
[src]
impl Clone for Cache