Struct thrust::protocol::ThriftMessage [] [src]

pub struct ThriftMessage {
    pub name: String,
    pub ty: ThriftMessageType,
    pub seq: i16,
}

Fields

name
ty
seq

Trait Implementations

Derived Implementations

impl Debug for ThriftMessage

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