Struct gluster::Quota [−][src]
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]
impl Debug for Quotafn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for Quota[src]
impl Eq for Quotaimpl PartialEq for Quota[src]
impl PartialEq for Quota