pub struct AgentLoopTurnUpdate {
pub extra_messages: Vec<AgentMessage>,
}Expand description
Update returned by prepare_next_turn to modify the next turn.
Fields§
§extra_messages: Vec<AgentMessage>Auto Trait Implementations§
impl Freeze for AgentLoopTurnUpdate
impl RefUnwindSafe for AgentLoopTurnUpdate
impl Send for AgentLoopTurnUpdate
impl Sync for AgentLoopTurnUpdate
impl Unpin for AgentLoopTurnUpdate
impl UnsafeUnpin for AgentLoopTurnUpdate
impl UnwindSafe for AgentLoopTurnUpdate
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