pub struct WorkflowRunEdge;
Trait Implementations§
Source§impl HasField<__typename> for WorkflowRunEdge
impl HasField<__typename> for WorkflowRunEdge
Source§impl HasField<cursor> for WorkflowRunEdge
impl HasField<cursor> for WorkflowRunEdge
Source§impl HasField<node> for WorkflowRunEdge
impl HasField<node> for WorkflowRunEdge
Source§type Type = Option<WorkflowRun>
type Type = Option<WorkflowRun>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for WorkflowRunEdge
impl RefUnwindSafe for WorkflowRunEdge
impl Send for WorkflowRunEdge
impl Sync for WorkflowRunEdge
impl Unpin for WorkflowRunEdge
impl UnwindSafe for WorkflowRunEdge
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