Struct lapin_async::generated::basic::Ack
[−]
[src]
pub struct Ack { pub delivery_tag: LongLongUInt, pub multiple: Boolean, }
Fields
delivery_tag: LongLongUInt
multiple: Boolean
Trait Implementations
impl Clone for Ack
[src]
fn clone(&self) -> Ack
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more