Struct amqp0_primitives::amqp9_1::basic::Ack
[−]
[src]
pub struct Ack { /* fields omitted */ }
pub struct Ack { /* fields omitted */ }
impl Ack
[src]fn new(delivery_tag: u64, multiple: bool) -> Self
fn delivery_tag(&self) -> u64
fn multiple(&self) -> bool
impl Payload for Ack
[src]