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.

impl PartialEq for AMQPFlagArgument
[src]

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

This method tests for !=.