Struct amq_protocol_codegen::AMQPMethod [] [src]

pub struct AMQPMethod {
    pub id: u8,
    pub arguments: Vec<AMQPArgument>,
    pub name: String,
    pub synchronous: Option<bool>,
}

Fields

Trait Implementations

impl Debug for AMQPMethod
[src]

Formats the value using the given formatter.