Struct amq_protocol_codegen::AMQPMethod [] [src]

pub struct AMQPMethod {
    pub id: ShortUInt,
    pub arguments: Vec<AMQPArgument>,
    pub name: ShortString,
    pub synchronous: Boolean,
}

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.