Enum amq_protocol_codegen::AMQPArgument [] [src]

pub enum AMQPArgument {
    Value(AMQPValueArgument),
    Flags(Vec<AMQPFlagArgument>),
}

Variants

Trait Implementations

impl Clone for AMQPArgument
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AMQPArgument
[src]

Formats the value using the given formatter.

impl PartialEq for AMQPArgument
[src]

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

This method tests for !=.