Struct libpodstats::config::Config [] [src]

pub struct Config {
    pub cache_location: String,
    // some fields omitted
}

Fields

Methods

impl Config
[src]

Trait Implementations

impl Debug for Config
[src]

Formats the value using the given formatter.

impl PartialEq for Config
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for Config
[src]

Formats the value using the given formatter. Read more