Enum amq_protocol_types::AMQPType
[−]
[src]
pub enum AMQPType {
Boolean,
ShortShortInt,
ShortShortUInt,
ShortInt,
ShortUInt,
LongInt,
LongUInt,
LongLongInt,
LongLongUInt,
Float,
Double,
DecimalValue,
ShortString,
LongString,
FieldArray,
Timestamp,
FieldTable,
Void,
}Variants
BooleanShortShortIntShortShortUIntShortIntShortUIntLongIntLongUIntLongLongIntLongLongUIntFloatDoubleDecimalValueShortStringLongStringFieldArrayTimestampFieldTableVoidMethods
impl AMQPType[src]
Trait Implementations
impl Clone for AMQPType[src]
fn clone(&self) -> AMQPType
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 AMQPType[src]
impl PartialEq for AMQPType[src]
fn eq(&self, __arg_0: &AMQPType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.