Enum lapin_async::types::AMQPType []

pub enum AMQPType {
    Boolean,
    ShortShortInt,
    ShortShortUInt,
    ShortInt,
    ShortUInt,
    LongInt,
    LongUInt,
    LongLongInt,
    LongLongUInt,
    Float,
    Double,
    DecimalValue,
    ShortString,
    LongString,
    FieldArray,
    Timestamp,
    FieldTable,
    ByteArray,
    Void,
}

Variants

Methods

impl AMQPType

Trait Implementations

impl Display for AMQPType

impl<'de> Deserialize<'de> for AMQPType

impl Serialize for AMQPType

impl PartialEq<AMQPType> for AMQPType

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

This method tests for !=.

impl Debug for AMQPType

Formats the value using the given formatter.

impl Clone for AMQPType

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more