Struct amq_protocol_codegen::AMQPValueArgument [] [src]

pub struct AMQPValueArgument {
    pub amqp_type: AMQPType,
    pub name: ShortString,
    pub default_value: Option<AMQPValue>,
    pub domain: Option<ShortString>,
}

Fields

Trait Implementations

impl Named for AMQPValueArgument
[src]

impl Clone for AMQPValueArgument
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AMQPValueArgument
[src]

Formats the value using the given formatter.

impl PartialEq for AMQPValueArgument
[src]

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

This method tests for !=.