Enum thrift::protocol::TType [] [src]

pub enum TType {
    Stop,
    Void,
    Bool,
    I08,
    Double,
    I16,
    I32,
    I64,
    String,
    Utf7,
    Struct,
    Map,
    Set,
    List,
    Utf8,
    Utf16,
}

Thrift struct-field types.

Variants

Indicates that there are no more serialized fields in this Thrift struct.

Void (()) field.

Boolean.

Signed 8-bit int.

Double-precision number.

Signed 16-bit int.

Signed 32-bit int.

Signed 64-bit int.

UTF-8 string.

UTF-7 string. Unsupported.

Thrift struct.

Map.

Set.

List.

UTF-8 string.

UTF-16 string. Unsupported.

Trait Implementations

impl Clone for TType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TType
[src]

impl Debug for TType
[src]

Formats the value using the given formatter.

impl Eq for TType
[src]

impl PartialEq for TType
[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 TType
[src]

Formats the value using the given formatter. Read more