pub struct MessageMetadata {
pub order: MessageOrder,
pub reply_data: ReplyData,
pub envelope_link: Option<EnvelopeLink>,
}Fields§
§order: MessageOrder§reply_data: ReplyData§envelope_link: Option<EnvelopeLink>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MessageMetadata
impl RefUnwindSafe for MessageMetadata
impl Send for MessageMetadata
impl Sync for MessageMetadata
impl Unpin for MessageMetadata
impl UnwindSafe for MessageMetadata
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