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