Struct amq_protocol_codegen::AMQPConstant
[−]
[src]
pub struct AMQPConstant {
pub name: ShortString,
pub value: ShortUInt,
pub klass: Option<ShortString>,
}Fields
name: ShortString
value: ShortUInt
klass: Option<ShortString>
Trait Implementations
impl Named for AMQPConstant[src]
impl Clone for AMQPConstant[src]
fn clone(&self) -> AMQPConstant
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