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.