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
path

Methods

impl Brick

fn to_string(&self) -> String

Returns a String representation of the selected enum variant.

Trait Implementations

impl Debug for Brick

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