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