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