Struct gluster::volume::VolumeCliXml[][src]

pub struct VolumeCliXml {
    pub ret: i32,
    pub errno: i32,
    pub err_str: Option<String>,
    pub volumes: XmlVolumes,
}

Fields

Trait Implementations

impl Debug for VolumeCliXml
[src]

Formats the value using the given formatter. Read more

impl Eq for VolumeCliXml
[src]

impl PartialEq for VolumeCliXml
[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