pub struct IncomingMessage {
pub msg_type: CompactString,
pub values: VecMap<CompactString, SimpleValue, false>,
pub reply_key: Option<InternReplyKey>,
}
Fields§
§msg_type: CompactString
§values: VecMap<CompactString, SimpleValue, false>
§reply_key: Option<InternReplyKey>
Auto Trait Implementations§
impl Freeze for IncomingMessage
impl RefUnwindSafe for IncomingMessage
impl Send for IncomingMessage
impl Sync for IncomingMessage
impl Unpin for IncomingMessage
impl UnwindSafe for IncomingMessage
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