Struct netsblox_vm::runtime::IncomingMessage
source · pub struct IncomingMessage<C: CustomTypes<S>, S: System<C>> {
pub msg_type: String,
pub values: Vec<(String, Json)>,
pub reply_key: Option<S::InternReplyKey>,
}Fields§
§msg_type: String§values: Vec<(String, Json)>§reply_key: Option<S::InternReplyKey>Auto Trait Implementations§
impl<C, S> RefUnwindSafe for IncomingMessage<C, S>where <S as System<C>>::InternReplyKey: RefUnwindSafe,
impl<C, S> Send for IncomingMessage<C, S>where <S as System<C>>::InternReplyKey: Send,
impl<C, S> Sync for IncomingMessage<C, S>where <S as System<C>>::InternReplyKey: Sync,
impl<C, S> Unpin for IncomingMessage<C, S>where <S as System<C>>::InternReplyKey: Unpin,
impl<C, S> UnwindSafe for IncomingMessage<C, S>where <S as System<C>>::InternReplyKey: UnwindSafe,
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