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

Formats the value using the given formatter. Read more

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

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for AMQPType

Serialize this value into the given Serde serializer. Read more

impl PartialEq<AMQPType> for AMQPType

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

1.0.0
[src]

This method tests for !=.

impl Clone for AMQPType

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AMQPType

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AMQPType

impl Sync for AMQPType