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 Clone for AMQPType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AMQPType
[src]

Formats the value using the given formatter.

impl PartialEq for AMQPType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for AMQPType
[src]

Formats the value using the given formatter. Read more