Struct amqp0_primitives::qpid9_0::stream::Deliver
[−]
[src]
pub struct Deliver<'a> { /* fields omitted */ }
Methods
impl<'a> Deliver<'a>
[src]
fn new<C, E, Q>(consumer_tag: C,
delivery_tag: u64,
exchange: E,
queue: Q)
-> Self where C: Into<Cow<'a, str>>, E: Into<Cow<'a, str>>, Q: Into<Cow<'a, str>>
delivery_tag: u64,
exchange: E,
queue: Q)
-> Self where C: Into<Cow<'a, str>>, E: Into<Cow<'a, str>>, Q: Into<Cow<'a, str>>