Struct amqp0_primitives::rabbitmq9_1::basic::Consume
[−]
[src]
pub struct Consume<'a> { /* fields omitted */ }
Methods
impl<'a> Consume<'a>
[src]
fn new<Q, C, A>(queue: Q,
consumer_tag: C,
no_local: bool,
no_ack: bool,
exclusive: bool,
no_wait: bool,
arguments: A)
-> Self where Q: Into<Cow<'a, str>>, C: Into<Cow<'a, str>>, A: Into<Table<'a>>
consumer_tag: C,
no_local: bool,
no_ack: bool,
exclusive: bool,
no_wait: bool,
arguments: A)
-> Self where Q: Into<Cow<'a, str>>, C: Into<Cow<'a, str>>, A: Into<Table<'a>>