Struct gluster::Peer [] [src]

pub struct Peer {
    pub uuid: Uuid,
    pub hostname: String,
    pub status: State,
}

A Gluster Peer. A Peer is roughly equivalent to a server in Gluster.

Fields

uuid

The unique identifer of this peer

hostname

The hostname or IP address of the peer

status

The current State of the peer

Trait Implementations

impl Debug for Peer

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl PartialEq for Peer

fn eq(&self, __arg_0: &Peer) -> bool

fn ne(&self, __arg_0: &Peer) -> bool

impl Eq for Peer

impl Clone for Peer

fn clone(&self) -> Peer

fn clone_from(&mut self, source: &Self)