Struct lapin_async::message::Delivery
source · pub struct Delivery {
pub delivery_tag: LongLongUInt,
pub exchange: String,
pub routing_key: String,
pub redelivered: bool,
pub properties: BasicProperties,
pub data: Vec<u8>,
}Fields
delivery_tag: LongLongUIntexchange: Stringrouting_key: Stringredelivered: boolproperties: BasicPropertiesdata: Vec<u8>Implementations
Trait Implementations
impl StructuralPartialEq for Delivery
Auto Trait Implementations
impl RefUnwindSafe for Delivery
impl Send for Delivery
impl Sync for Delivery
impl Unpin for Delivery
impl UnwindSafe for Delivery
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more