Struct thrift::protocol::TMapIdentifier
source · pub struct TMapIdentifier {
pub key_type: Option<TType>,
pub value_type: Option<TType>,
pub size: i32,
}
Expand description
Thrift map identifier.
Fields§
§key_type: Option<TType>
Map key type.
value_type: Option<TType>
Map value type.
size: i32
Number of entries in the map.
Implementations§
Trait Implementations§
source§impl Clone for TMapIdentifier
impl Clone for TMapIdentifier
source§fn clone(&self) -> TMapIdentifier
fn clone(&self) -> TMapIdentifier
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more