Enum amq_protocol::protocol::basic::AMQPProperty [] [src]

pub enum AMQPProperty {
    ContentType(ShortString),
    ContentEncoding(ShortString),
    Headers(FieldTable),
    DeliveryMode(ShortShortUInt),
    Priority(ShortShortUInt),
    CorrelationId(ShortString),
    ReplyTo(ShortString),
    Expiration(ShortString),
    MessageId(ShortString),
    Timestamp(Timestamp),
    Type(ShortString),
    UserId(ShortString),
    AppId(ShortString),
    ClusterId(ShortString),
}

Variants

Methods

impl AMQPProperty
[src]