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: PathBuf limit: u64 used: u64

Trait Implementations

impl Debug for Quota
[src]

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

Formats the value using the given formatter.