pub struct AgentActivityCreatePromptInput;Trait Implementations§
impl HasInputField<agentSessionId, String> for AgentActivityCreatePromptInput
impl HasInputField<content, JSONObject> for AgentActivityCreatePromptInput
impl HasInputField<contextualMetadata, Option<JSONObject>> for AgentActivityCreatePromptInput
impl HasInputField<id, Option<String>> for AgentActivityCreatePromptInput
impl HasInputField<signal, Option<AgentActivitySignal>> for AgentActivityCreatePromptInput
impl HasInputField<signalMetadata, Option<JSONObject>> for AgentActivityCreatePromptInput
impl HasInputField<sourceCommentId, Option<String>> for AgentActivityCreatePromptInput
impl InputObjectMarker for AgentActivityCreatePromptInput
Auto Trait Implementations§
impl Freeze for AgentActivityCreatePromptInput
impl RefUnwindSafe for AgentActivityCreatePromptInput
impl Send for AgentActivityCreatePromptInput
impl Sync for AgentActivityCreatePromptInput
impl Unpin for AgentActivityCreatePromptInput
impl UnwindSafe for AgentActivityCreatePromptInput
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