Struct thrift::protocol::TMapIdentifier [] [src]

pub struct TMapIdentifier {
    pub key_type: Option<TType>,
    pub value_type: Option<TType>,
    pub size: i32,
}

Thrift map identifier.

Fields

Map key type.

Map value type.

Number of entries in the map.

Methods

impl TMapIdentifier
[src]

Create a TMapIdentifier for a map with size entries of type key_type -> value_type.

Trait Implementations

impl Clone for TMapIdentifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TMapIdentifier
[src]

Formats the value using the given formatter.

impl Eq for TMapIdentifier
[src]

impl PartialEq for TMapIdentifier
[src]

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

This method tests for !=.