Struct thrust::protocol::ThriftField [] [src]

pub struct ThriftField {
    pub name: Option<String>,
    pub ty: ThriftType,
    pub seq: i16,
}

Fields

name
ty
seq

Trait Implementations

Derived Implementations

impl Debug for ThriftField

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