Struct amq_protocol_codegen::AMQPClass[][src]

pub struct AMQPClass {
    pub id: ShortUInt,
    pub methods: Vec<AMQPMethod>,
    pub name: ShortString,
    pub properties: Vec<AMQPProperty>,
    pub has_properties: Boolean,
    pub is_connection: Boolean,
}

Fields

Trait Implementations

impl Named for AMQPClass
[src]

impl Clone for AMQPClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AMQPClass
[src]

Formats the value using the given formatter. Read more

impl PartialEq for AMQPClass
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for AMQPClass

impl Sync for AMQPClass