pub struct SendMessageToEntityOnNodeInstanceResult {
pub reply_message: WrappedMessage,
}Expand description
Data an agent receives when it makes a send message request
Fields§
§reply_message: WrappedMessageAuto Trait Implementations§
impl Freeze for SendMessageToEntityOnNodeInstanceResult
impl RefUnwindSafe for SendMessageToEntityOnNodeInstanceResult
impl Send for SendMessageToEntityOnNodeInstanceResult
impl Sync for SendMessageToEntityOnNodeInstanceResult
impl Unpin for SendMessageToEntityOnNodeInstanceResult
impl UnwindSafe for SendMessageToEntityOnNodeInstanceResult
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