pub struct agentActivityCreatePrompt;Trait Implementations§
Source§impl Field for agentActivityCreatePrompt
impl Field for agentActivityCreatePrompt
Source§impl HasArgument<input> for agentActivityCreatePrompt
impl HasArgument<input> for agentActivityCreatePrompt
Source§type ArgumentType = AgentActivityCreatePromptInput
type ArgumentType = AgentActivityCreatePromptInput
The schema marker type of this argument.
Source§impl HasField<agentActivityCreatePrompt> for Mutation
impl HasField<agentActivityCreatePrompt> for Mutation
Source§type Type = AgentActivityPayload
type Type = AgentActivityPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for agentActivityCreatePrompt
impl RefUnwindSafe for agentActivityCreatePrompt
impl Send for agentActivityCreatePrompt
impl Sync for agentActivityCreatePrompt
impl Unpin for agentActivityCreatePrompt
impl UnwindSafe for agentActivityCreatePrompt
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