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
id: ShortUInt
methods: Vec<AMQPMethod>
name: ShortString
properties: Vec<AMQPProperty>
has_properties: Boolean
is_connection: Boolean
Trait Implementations
impl Named for AMQPClass[src]
impl Named for AMQPClassimpl Clone for AMQPClass[src]
impl Clone for AMQPClassfn clone(&self) -> AMQPClass[src]
fn clone(&self) -> AMQPClassReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for AMQPClass[src]
impl Debug for AMQPClassfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for AMQPClass[src]
impl PartialEq for AMQPClass