Enum thrift::protocol::TMessageType [] [src]

pub enum TMessageType {
    Call,
    Reply,
    Exception,
    OneWay,
}

Thrift message types.

Variants

Service-call request.

Service-call response.

Unexpected error in the remote service.

One-way service-call request (no response is expected).

Trait Implementations

impl Clone for TMessageType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TMessageType
[src]

impl Debug for TMessageType
[src]

Formats the value using the given formatter.

impl Eq for TMessageType
[src]

impl PartialEq for TMessageType
[src]

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

This method tests for !=.

impl Display for TMessageType
[src]

Formats the value using the given formatter. Read more

impl TryFrom<u8> for TMessageType
[src]