Struct amq_protocol_codegen::AMQPConstant [] [src]

pub struct AMQPConstant {
    pub name: String,
    pub value: u16,
    pub klass: Option<String>,
}

Fields

Trait Implementations

impl Debug for AMQPConstant
[src]

Formats the value using the given formatter.