pub struct RawPulledMessageEnvelope {
pub ack_id: String,
pub message: RawPulledMessage,
pub delivery_attempt: u32,
}
Fields§
§ack_id: String
§message: RawPulledMessage
§delivery_attempt: u32
Trait Implementations§
Source§impl Debug for RawPulledMessageEnvelope
impl Debug for RawPulledMessageEnvelope
Source§impl<'de> Deserialize<'de> for RawPulledMessageEnvelope
impl<'de> Deserialize<'de> for RawPulledMessageEnvelope
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 RawPulledMessageEnvelope
impl RefUnwindSafe for RawPulledMessageEnvelope
impl Send for RawPulledMessageEnvelope
impl Sync for RawPulledMessageEnvelope
impl Unpin for RawPulledMessageEnvelope
impl UnwindSafe for RawPulledMessageEnvelope
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