Struct amq_protocol_codegen::AMQPClass 
                   
                       [−]
                   
               [src]
pub struct AMQPClass {
    pub id: ShortUInt,
    pub methods: Vec<AMQPMethod>,
    pub name: ShortString,
    pub properties: Vec<AMQPProperty>,
    pub is_connection: Boolean,
}Fields
id: ShortUInt
                           
                           
                           methods: Vec<AMQPMethod>
                           
                           
                           name: ShortString
                           
                           
                           properties: Vec<AMQPProperty>
                           
                           
                           is_connection: Boolean
                           Trait Implementations
impl Named for AMQPClass[src]
impl Clone for AMQPClass[src]
fn clone(&self) -> AMQPClass
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more