Struct thrift::protocol::TStructIdentifier
[−]
[src]
pub struct TStructIdentifier {
pub name: String,
}Thrift struct identifier.
Fields
name: String
Name of the encoded Thrift struct.
Methods
impl TStructIdentifier[src]
fn new<S: Into<String>>(name: S) -> TStructIdentifier
Create a TStructIdentifier for a struct named name.
Trait Implementations
impl Clone for TStructIdentifier[src]
fn clone(&self) -> TStructIdentifier
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for TStructIdentifier[src]
impl Eq for TStructIdentifier[src]
impl PartialEq for TStructIdentifier[src]
fn eq(&self, __arg_0: &TStructIdentifier) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TStructIdentifier) -> bool
This method tests for !=.