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