pub struct EnqueueResult {
pub message_receipt_id: String,
}Expand description
Result returned by the engine when a message is successfully enqueued.
Fields§
§message_receipt_id: StringTrait Implementations§
Source§impl Clone for EnqueueResult
impl Clone for EnqueueResult
Source§fn clone(&self) -> EnqueueResult
fn clone(&self) -> EnqueueResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EnqueueResult
impl Debug for EnqueueResult
Source§impl<'de> Deserialize<'de> for EnqueueResult
impl<'de> Deserialize<'de> for EnqueueResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EnqueueResult
impl RefUnwindSafe for EnqueueResult
impl Send for EnqueueResult
impl Sync for EnqueueResult
impl Unpin for EnqueueResult
impl UnsafeUnpin for EnqueueResult
impl UnwindSafe for EnqueueResult
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