Enum tokio_thrift::protocol::ThriftMessageType [] [src]

pub enum ThriftMessageType {
    Call,
    Reply,
    Exception,
    Oneway,
}

Variants

Trait Implementations

impl PartialEq for ThriftMessageType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ThriftMessageType
[src]

impl Debug for ThriftMessageType
[src]

Formats the value using the given formatter.

impl From<i8> for ThriftMessageType
[src]

Performs the conversion.