Struct lapin_async::consumer::Consumer[][src]

pub struct Consumer {
    pub current_message: Option<Delivery>,
    // some fields omitted
}

Fields

Methods

impl Consumer
[src]

Trait Implementations

impl Debug for Consumer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Consumer

impl Sync for Consumer