pub struct WorkflowRunConnection;
Trait Implementations§
Source§impl HasField<__typename> for WorkflowRunConnection
impl HasField<__typename> for WorkflowRunConnection
Source§impl HasField<edges> for WorkflowRunConnection
impl HasField<edges> for WorkflowRunConnection
Source§impl HasField<nodes> for WorkflowRunConnection
impl HasField<nodes> for WorkflowRunConnection
Source§impl HasField<pageInfo> for WorkflowRunConnection
impl HasField<pageInfo> for WorkflowRunConnection
Source§impl HasField<totalCount> for WorkflowRunConnection
impl HasField<totalCount> for WorkflowRunConnection
Auto Trait Implementations§
impl Freeze for WorkflowRunConnection
impl RefUnwindSafe for WorkflowRunConnection
impl Send for WorkflowRunConnection
impl Sync for WorkflowRunConnection
impl Unpin for WorkflowRunConnection
impl UnwindSafe for WorkflowRunConnection
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