Enum thrust::protocol::ThriftType [] [src]

pub enum ThriftType {
    Stop,
    Void,
    Bool,
    Byte,
    Double,
    I16,
    I32,
    U64,
    I64,
    String,
    Struct,
    Map,
    Set,
    List,
}

Variants

Stop
Void
Bool
Byte
Double
I16
I32
U64
I64
String
Struct
Map
Set
List

Trait Implementations

impl From<i8> for ThriftType

fn from(val: i8) -> ThriftType

Derived Implementations

impl Debug for ThriftType

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

impl Eq for ThriftType

impl PartialEq for ThriftType

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

1.0.0fn ne(&self, other: &Rhs) -> bool