pub struct AgentActivityThoughtContent;Trait Implementations§
Source§impl HasField<body> for AgentActivityThoughtContent
impl HasField<body> for AgentActivityThoughtContent
Source§impl HasField<type> for AgentActivityThoughtContent
impl HasField<type> for AgentActivityThoughtContent
Source§type Type = AgentActivityType
type Type = AgentActivityType
The schema marker type of this field.
impl HasSubtype<AgentActivityThoughtContent> for AgentActivityContent
Auto Trait Implementations§
impl Freeze for AgentActivityThoughtContent
impl RefUnwindSafe for AgentActivityThoughtContent
impl Send for AgentActivityThoughtContent
impl Sync for AgentActivityThoughtContent
impl Unpin for AgentActivityThoughtContent
impl UnwindSafe for AgentActivityThoughtContent
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