Struct thrift::protocol::TSetIdentifier [] [src]

pub struct TSetIdentifier {
    pub element_type: TType,
    pub size: i32,
}

Thrift set identifier.

Fields

Type of the elements in the set.

Number of elements in the set.

Methods

impl TSetIdentifier
[src]

Create a TSetIdentifier for a set with size elements of type element_type.

Trait Implementations

impl Clone for TSetIdentifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TSetIdentifier
[src]

Formats the value using the given formatter.

impl Eq for TSetIdentifier
[src]

impl PartialEq for TSetIdentifier
[src]

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

This method tests for !=.