Struct amqp0_primitives::qpid8_0::file::Consume
[−]
[src]
pub struct Consume<'a> { /* fields omitted */ }
Methods
impl<'a> Consume<'a>
[src]
fn new<Q, C>(ticket: u16,
queue: Q,
consumer_tag: C,
no_local: bool,
no_ack: bool,
exclusive: bool,
nowait: bool)
-> Self where Q: Into<Cow<'a, str>>, C: Into<Cow<'a, str>>
queue: Q,
consumer_tag: C,
no_local: bool,
no_ack: bool,
exclusive: bool,
nowait: bool)
-> Self where Q: Into<Cow<'a, str>>, C: Into<Cow<'a, str>>