pub struct RawMessage { /* private fields */ }
Expand description
A message that is sent to a consumer Worker.
Implementations§
Trait Implementations§
Source§impl From<Message> for RawMessage
impl From<Message> for RawMessage
Source§fn from(value: MessageSys) -> Self
fn from(value: MessageSys) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RawMessage
impl RefUnwindSafe for RawMessage
impl !Send for RawMessage
impl !Sync for RawMessage
impl Unpin for RawMessage
impl UnwindSafe for RawMessage
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> MessageExt for Twhere
T: MessageSysInner,
impl<T> MessageExt for Twhere
T: MessageSysInner,
Source§fn retry_with_options(&self, queue_retry_options: &QueueRetryOptions)
fn retry_with_options(&self, queue_retry_options: &QueueRetryOptions)
Marks message to be retried with options.