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