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