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