Struct gluster_xdr::gd1_mgmt_unfriend_rsp [] [src]

pub struct gd1_mgmt_unfriend_rsp {
    pub uuid: [u8; 16],
    pub hostname: String,
    pub op_ret: i32,
    pub op_errno: i32,
    pub port: i32,
}

Fields

Trait Implementations

impl Debug for gd1_mgmt_unfriend_rsp
[src]

Formats the value using the given formatter.

impl Eq for gd1_mgmt_unfriend_rsp
[src]

impl PartialEq for gd1_mgmt_unfriend_rsp
[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 gd1_mgmt_unfriend_rsp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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