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

Methods

impl Brick
[src]

Returns a String representation of the selected enum variant.

Trait Implementations

impl Clone for Brick
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Brick
[src]

impl PartialEq for Brick
[src]

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

This method tests for !=.

impl Debug for Brick
[src]

Formats the value using the given formatter.