Struct rift::protocol::TStructIdentifier [] [src]

pub struct TStructIdentifier {
    pub name: String,
}

Identifies a Thrift struct.

Fields

Name of the encoded Thrift struct.

Methods

impl TStructIdentifier
[src]

Convenience constructor to create a new TStructIdentifier instance.

Trait Implementations

impl Clone for TStructIdentifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TStructIdentifier
[src]

Formats the value using the given formatter.

impl Eq for TStructIdentifier
[src]

impl PartialEq for TStructIdentifier
[src]

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

This method tests for !=.