Struct amqp0_primitives::amqp9_0::basic::Deliver
[−]
[src]
pub struct Deliver<'a> { /* fields omitted */ }
Methods
impl<'a> Deliver<'a>
[src]
fn new<C, E, R>(consumer_tag: C,
delivery_tag: u64,
redelivered: bool,
exchange: E,
routing_key: R)
-> Self where C: Into<Cow<'a, str>>, E: Into<Cow<'a, str>>, R: Into<Cow<'a, str>>
delivery_tag: u64,
redelivered: bool,
exchange: E,
routing_key: R)
-> Self where C: Into<Cow<'a, str>>, E: Into<Cow<'a, str>>, R: Into<Cow<'a, str>>