Struct amq_protocol_codegen::AMQPProperty [] [src]

pub struct AMQPProperty {
    pub amqp_type: AMQPType,
    pub name: ShortString,
}

Fields

Trait Implementations

impl Named for AMQPProperty
[src]

impl Clone for AMQPProperty
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AMQPProperty
[src]

Formats the value using the given formatter.

impl PartialEq for AMQPProperty
[src]

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

This method tests for !=.