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