pub struct AgentTurnFocus {
pub task_id: TaskId,
}Expand description
Newtype payloads rather than inline variants: deny_unknown_fields does not apply to an
inline struct variant of an internally tagged enum.
Fields§
§task_id: TaskIdTrait Implementations§
Source§impl Clone for AgentTurnFocus
impl Clone for AgentTurnFocus
Source§fn clone(&self) -> AgentTurnFocus
fn clone(&self) -> AgentTurnFocus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AgentTurnFocus
impl Debug for AgentTurnFocus
Source§impl<'de> Deserialize<'de> for AgentTurnFocus
impl<'de> Deserialize<'de> for AgentTurnFocus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AgentTurnFocus
Source§impl PartialEq for AgentTurnFocus
impl PartialEq for AgentTurnFocus
Source§impl Serialize for AgentTurnFocus
impl Serialize for AgentTurnFocus
impl StructuralPartialEq for AgentTurnFocus
Auto Trait Implementations§
impl Freeze for AgentTurnFocus
impl RefUnwindSafe for AgentTurnFocus
impl Send for AgentTurnFocus
impl Sync for AgentTurnFocus
impl Unpin for AgentTurnFocus
impl UnsafeUnpin for AgentTurnFocus
impl UnwindSafe for AgentTurnFocus
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