pub struct WorkflowStateConnection;Trait Implementations§
Source§impl HasField<__typename> for WorkflowStateConnection
impl HasField<__typename> for WorkflowStateConnection
Source§impl HasField<edges> for WorkflowStateConnection
impl HasField<edges> for WorkflowStateConnection
Source§type Type = Vec<WorkflowStateEdge>
type Type = Vec<WorkflowStateEdge>
The schema marker type of this field.
Source§impl HasField<nodes> for WorkflowStateConnection
impl HasField<nodes> for WorkflowStateConnection
Source§type Type = Vec<WorkflowState>
type Type = Vec<WorkflowState>
The schema marker type of this field.
Source§impl HasField<pageInfo> for WorkflowStateConnection
impl HasField<pageInfo> for WorkflowStateConnection
Auto Trait Implementations§
impl Freeze for WorkflowStateConnection
impl RefUnwindSafe for WorkflowStateConnection
impl Send for WorkflowStateConnection
impl Sync for WorkflowStateConnection
impl Unpin for WorkflowStateConnection
impl UnwindSafe for WorkflowStateConnection
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