Struct gluster::Quota [] [src]

pub struct Quota {
    pub path: PathBuf,
    pub limit: u64,
    pub used: u64,
}

A Quota can be used set limits on the pool usage. All limits are set in bytes.

Fields

path
limit
used

Trait Implementations

Derived Implementations

impl Debug for Quota

fn fmt(&self, __arg_0: &mut Formatter) -> Result