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