pub struct RawPublishedMessage<'a> {
pub data: Option<String>,
pub attributes: Option<HashMap<String, String>>,
pub ordering_key: Option<&'a str>,
}
Fields§
§data: Option<String>
§attributes: Option<HashMap<String, String>>
§ordering_key: Option<&'a str>
Implementations§
Trait Implementations§
Source§impl<'a> Debug for RawPublishedMessage<'a>
impl<'a> Debug for RawPublishedMessage<'a>
Source§impl<'a> Default for RawPublishedMessage<'a>
impl<'a> Default for RawPublishedMessage<'a>
Source§fn default() -> RawPublishedMessage<'a>
fn default() -> RawPublishedMessage<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for RawPublishedMessage<'a>
impl<'a> RefUnwindSafe for RawPublishedMessage<'a>
impl<'a> Send for RawPublishedMessage<'a>
impl<'a> Sync for RawPublishedMessage<'a>
impl<'a> Unpin for RawPublishedMessage<'a>
impl<'a> UnwindSafe for RawPublishedMessage<'a>
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