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