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