Struct amq_protocol::protocol::basic::Return [−][src]
pub struct Return {
pub reply_code: ShortUInt,
pub reply_text: ShortString,
pub exchange: ShortString,
pub routing_key: ShortString,
}
Expand description
return (Generated)
Fields
reply_code: ShortUInt
reply-code (Generated)
reply_text: ShortString
reply-text (Generated)
exchange: ShortString
exchange (Generated)
routing_key: ShortString
routing-key (Generated)
Implementations
Get the AMQP class id for return (Generated)
Get the AMQP method id for return (Generated)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Return
impl UnwindSafe for Return
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more