Struct amq_protocol_codegen::AMQPArgument [] [src]

pub struct AMQPArgument {
    pub amqp_type: Option<AMQPType>,
    pub name: String,
    pub default_value: Option<Value>,
    pub domain: Option<String>,
}

Fields

Methods

impl AMQPArgument
[src]

Trait Implementations

impl Named for AMQPArgument
[src]

impl Debug for AMQPArgument
[src]

Formats the value using the given formatter.