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