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

Methods

impl AMQPType
[src]

Trait Implementations

impl Debug for AMQPType
[src]

Formats the value using the given formatter.