pub struct QueueReceipt {
pub token: Bytes,
pub attributes: Value,
}Fields§
§token: Bytes§attributes: ValueImplementations§
Source§impl QueueReceipt
impl QueueReceipt
Trait Implementations§
Source§impl Clone for QueueReceipt
impl Clone for QueueReceipt
Source§fn clone(&self) -> QueueReceipt
fn clone(&self) -> QueueReceipt
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 QueueReceipt
impl RefUnwindSafe for QueueReceipt
impl Send for QueueReceipt
impl Sync for QueueReceipt
impl Unpin for QueueReceipt
impl UnsafeUnpin for QueueReceipt
impl UnwindSafe for QueueReceipt
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