Struct amq_protocol_codegen::AMQPDomain [] [src]

pub struct AMQPDomain {
    pub name: String,
    pub amqp_type: AMQPType,
}

Fields

Trait Implementations

impl Named for AMQPDomain
[src]

impl Clone for AMQPDomain
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AMQPDomain
[src]

Formats the value using the given formatter.