pub struct QueueDelivery {
pub message: QueueMessage,
pub receipt: QueueReceipt,
}Fields§
§message: QueueMessage§receipt: QueueReceiptImplementations§
Source§impl QueueDelivery
impl QueueDelivery
pub fn new(message: QueueMessage, receipt: QueueReceipt) -> Self
Trait Implementations§
Source§impl Clone for QueueDelivery
impl Clone for QueueDelivery
Source§fn clone(&self) -> QueueDelivery
fn clone(&self) -> QueueDelivery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Freeze for QueueDelivery
impl RefUnwindSafe for QueueDelivery
impl Send for QueueDelivery
impl Sync for QueueDelivery
impl Unpin for QueueDelivery
impl UnsafeUnpin for QueueDelivery
impl UnwindSafe for QueueDelivery
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