Struct amqp0_primitives::amqp8_0::basic::Publish
[−]
[src]
pub struct Publish<'a> { /* fields omitted */ }
Methods
impl<'a> Publish<'a>
[src]
fn new<E, R>(ticket: u16,
exchange: E,
routing_key: R,
mandatory: bool,
immediate: bool)
-> Self where E: Into<Cow<'a, str>>, R: Into<Cow<'a, str>>
exchange: E,
routing_key: R,
mandatory: bool,
immediate: bool)
-> Self where E: Into<Cow<'a, str>>, R: Into<Cow<'a, str>>