Struct amq_protocol_codegen::AMQProtocolDefinition [] [src]

pub struct AMQProtocolDefinition {
    pub name: ShortString,
    pub major_version: ShortShortUInt,
    pub minor_version: ShortShortUInt,
    pub revision: ShortShortUInt,
    pub port: LongUInt,
    pub copyright: LongString,
    pub domains: BTreeMap<ShortString, AMQPType>,
    pub constants: Vec<AMQPConstant>,
    pub soft_errors: Vec<AMQPConstant>,
    pub hard_errors: Vec<AMQPConstant>,
    pub classes: Vec<AMQPClass>,
}

Fields

Methods

impl AMQProtocolDefinition
[src]

Trait Implementations

impl Named for AMQProtocolDefinition
[src]

impl Clone for AMQProtocolDefinition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AMQProtocolDefinition
[src]

Formats the value using the given formatter.

impl PartialEq for AMQProtocolDefinition
[src]

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

This method tests for !=.