Struct libpodstats::config::Config
[−]
[src]
pub struct Config {
pub cache_location: String,
// some fields omitted
}Fields
cache_location: String
Methods
impl Config[src]
fn new(cache_location: Option<String>) -> Config
fn load_cache(&mut self)
fn get_names(&self) -> Vec<String>
fn get_entry_counts(&self) -> Vec<u64>
fn get_highest_entry_count_sub(&self) -> Subscription
fn get_highest_entry_count_sub_name(&self) -> String
Trait Implementations
impl Debug for Config[src]
impl PartialEq for Config[src]
fn eq(&self, __arg_0: &Config) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Config) -> bool
This method tests for !=.