Struct gluster_xdr::sm_name [] [src]

pub struct sm_name {
    pub mon_name: String,
}

Fields

Trait Implementations

impl Debug for sm_name
[src]

Formats the value using the given formatter.

impl Eq for sm_name
[src]

impl PartialEq for sm_name
[src]

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

This method tests for !=.

impl Clone for sm_name
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Out: Write> Pack<Out> for sm_name
[src]

impl<In: Read> Unpack<In> for sm_name
[src]