Enum gluster::Transport [] [src]

pub enum Transport {
    Tcp,
    Rdma,
    TcpAndRdma,
}

An enum to select the transport method Gluster should use for the Volume

Variants

Tcp
Rdma
TcpAndRdma

Trait Implementations

Derived Implementations

impl Clone for Transport

fn clone(&self) -> Transport

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

impl Debug for Transport

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