pub struct workflowStates;Trait Implementations§
Source§impl Field for workflowStates
impl Field for workflowStates
Source§impl HasArgument<after> for workflowStates
impl HasArgument<after> for workflowStates
Source§impl HasArgument<before> for workflowStates
impl HasArgument<before> for workflowStates
Source§impl HasArgument<filter> for workflowStates
impl HasArgument<filter> for workflowStates
Source§type ArgumentType = Option<WorkflowStateFilter>
type ArgumentType = Option<WorkflowStateFilter>
The schema marker type of this argument.
Source§impl HasArgument<first> for workflowStates
impl HasArgument<first> for workflowStates
Source§impl HasArgument<includeArchived> for workflowStates
impl HasArgument<includeArchived> for workflowStates
Source§impl HasArgument<last> for workflowStates
impl HasArgument<last> for workflowStates
Source§impl HasArgument<orderBy> for workflowStates
impl HasArgument<orderBy> for workflowStates
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Source§impl HasField<workflowStates> for Query
impl HasField<workflowStates> for Query
Source§type Type = WorkflowStateConnection
type Type = WorkflowStateConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for workflowStates
impl RefUnwindSafe for workflowStates
impl Send for workflowStates
impl Sync for workflowStates
impl Unpin for workflowStates
impl UnwindSafe for workflowStates
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