Struct lapin_futures_tls_api::lapin::message::Delivery
source · pub struct Delivery {
pub delivery_tag: u64,
pub exchange: String,
pub routing_key: String,
pub redelivered: bool,
pub properties: AMQPProperties,
pub data: Vec<u8>,
}Fields§
§delivery_tag: u64§exchange: String§routing_key: String§redelivered: bool§properties: AMQPProperties§data: Vec<u8>Implementations§
Trait Implementations§
source§impl PartialEq for Delivery
impl PartialEq for Delivery
impl StructuralPartialEq for Delivery
Auto Trait Implementations§
impl Freeze for Delivery
impl RefUnwindSafe for Delivery
impl Send for Delivery
impl Sync for Delivery
impl Unpin for Delivery
impl UnwindSafe for Delivery
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)