pub struct SendMessageToAgentResult {
pub reply_message: WrappedMessage,
}
Expand description
Data an agent receives when sending a message to an agent
Fields§
§reply_message: WrappedMessage
Auto Trait Implementations§
impl Freeze for SendMessageToAgentResult
impl RefUnwindSafe for SendMessageToAgentResult
impl Send for SendMessageToAgentResult
impl Sync for SendMessageToAgentResult
impl Unpin for SendMessageToAgentResult
impl UnwindSafe for SendMessageToAgentResult
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