Struct gluster::Brick [] [src]

pub struct Brick {
    pub peer: Peer,
    pub path: PathBuf,
}

A Gluster Brick consists of a Peer and a path to the mount point

Fields

peer: Peer path: PathBuf

Methods

impl Brick
[src]

fn to_string(&self) -> String

Returns a String representation of the selected enum variant.

Trait Implementations

impl Debug for Brick
[src]

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

Formats the value using the given formatter.