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

Trait Implementations

impl Debug for AMQPArgument
[src]

Formats the value using the given formatter.