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 Named for AMQPMethod
[src]

impl Clone for AMQPMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AMQPMethod
[src]

Formats the value using the given formatter.