Struct amq_protocol_codegen::AMQPArgument
[−]
[src]
pub struct AMQPArgument { pub amqp_type: AMQPType, pub name: ShortString, pub default_value: Option<AMQPValue>, pub domain: Option<ShortString>, }
Fields
amqp_type: AMQPType
name: ShortString
default_value: Option<AMQPValue>
domain: Option<ShortString>
Trait Implementations
impl Named for AMQPArgument
[src]
impl Clone for AMQPArgument
[src]
fn clone(&self) -> AMQPArgument
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more