Struct amq_protocol::protocol::basic::Publish [−][src]
pub struct Publish {
pub exchange: ShortString,
pub routing_key: ShortString,
pub mandatory: Boolean,
pub immediate: Boolean,
}
Expand description
publish (Generated)
Fields
exchange: ShortString
exchange (Generated)
routing_key: ShortString
routing-key (Generated)
mandatory: Boolean
mandatory (Generated)
immediate: Boolean
immediate (Generated)
Implementations
Get the AMQP class id for publish (Generated)
Get the AMQP method id for publish (Generated)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Publish
impl UnwindSafe for Publish
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