Struct amq_protocol_codegen::AMQPFlagArgument [] [src]

pub struct AMQPFlagArgument {
    pub name: ShortString,
    pub default_value: Boolean,
}

Fields

Trait Implementations

impl Named for AMQPFlagArgument
[src]

impl Clone for AMQPFlagArgument
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AMQPFlagArgument
[src]

Formats the value using the given formatter.