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

Trait Implementations

impl Debug for Quota
[src]

[src]

Formats the value using the given formatter.

impl Eq for Quota
[src]

impl PartialEq for Quota
[src]

[src]

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

[src]

This method tests for !=.