Struct gluster::volume::Blah[][src]

pub struct Blah {
    pub volume: Vec<VolumeXml>,
    pub count: u64,
}

Fields

Trait Implementations

impl Debug for Blah
[src]

Formats the value using the given formatter. Read more

impl Eq for Blah
[src]

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

impl Sync for Blah