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