Struct gluster::volume::BrickXml[][src]

pub struct BrickXml {
    pub name: String,
    pub host_uuid: Uuid,
    pub is_arbiter: String,
}

Fields

Trait Implementations

impl Debug for BrickXml
[src]

Formats the value using the given formatter. Read more

impl Eq for BrickXml
[src]

impl PartialEq for BrickXml
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for BrickXml

impl Sync for BrickXml