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