Struct rift::protocol::TMapIdentifier [] [src]

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

Identifies a map.

Fields

Type of the map key. One of TType.

Type of the map value. One of TType.

Number of entries contained in this map.

Methods

impl TMapIdentifier
[src]

Convenience constructor to create a new TMapIdentifier instance.

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 !=.