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