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