pub struct ContributionsCollection;
Trait Implementations§
Source§impl HasField<__typename> for ContributionsCollection
impl HasField<__typename> for ContributionsCollection
Source§impl HasField<commitContributionsByRepository> for ContributionsCollection
impl HasField<commitContributionsByRepository> for ContributionsCollection
Source§type Type = Vec<CommitContributionsByRepository>
type Type = Vec<CommitContributionsByRepository>
The schema marker type of this field.
Source§impl HasField<contributionCalendar> for ContributionsCollection
impl HasField<contributionCalendar> for ContributionsCollection
Source§type Type = ContributionCalendar
type Type = ContributionCalendar
The schema marker type of this field.
Source§impl HasField<endedAt> for ContributionsCollection
impl HasField<endedAt> for ContributionsCollection
Source§impl HasField<firstIssueContribution> for ContributionsCollection
impl HasField<firstIssueContribution> for ContributionsCollection
Source§type Type = Option<CreatedIssueOrRestrictedContribution>
type Type = Option<CreatedIssueOrRestrictedContribution>
The schema marker type of this field.
Source§impl HasField<firstPullRequestContribution> for ContributionsCollection
impl HasField<firstPullRequestContribution> for ContributionsCollection
Source§type Type = Option<CreatedPullRequestOrRestrictedContribution>
type Type = Option<CreatedPullRequestOrRestrictedContribution>
The schema marker type of this field.
Source§impl HasField<firstRepositoryContribution> for ContributionsCollection
impl HasField<firstRepositoryContribution> for ContributionsCollection
Source§type Type = Option<CreatedRepositoryOrRestrictedContribution>
type Type = Option<CreatedRepositoryOrRestrictedContribution>
The schema marker type of this field.
Source§impl HasField<issueContributions> for ContributionsCollection
impl HasField<issueContributions> for ContributionsCollection
Source§type Type = CreatedIssueContributionConnection
type Type = CreatedIssueContributionConnection
The schema marker type of this field.
Source§impl HasField<issueContributionsByRepository> for ContributionsCollection
impl HasField<issueContributionsByRepository> for ContributionsCollection
Source§type Type = Vec<IssueContributionsByRepository>
type Type = Vec<IssueContributionsByRepository>
The schema marker type of this field.
Source§impl HasField<joinedGitHubContribution> for ContributionsCollection
impl HasField<joinedGitHubContribution> for ContributionsCollection
Source§type Type = Option<JoinedGitHubContribution>
type Type = Option<JoinedGitHubContribution>
The schema marker type of this field.
Source§impl HasField<mostRecentCollectionWithActivity> for ContributionsCollection
impl HasField<mostRecentCollectionWithActivity> for ContributionsCollection
Source§type Type = Option<ContributionsCollection>
type Type = Option<ContributionsCollection>
The schema marker type of this field.
Source§impl HasField<mostRecentCollectionWithoutActivity> for ContributionsCollection
impl HasField<mostRecentCollectionWithoutActivity> for ContributionsCollection
Source§type Type = Option<ContributionsCollection>
type Type = Option<ContributionsCollection>
The schema marker type of this field.
Source§impl HasField<popularIssueContribution> for ContributionsCollection
impl HasField<popularIssueContribution> for ContributionsCollection
Source§type Type = Option<CreatedIssueContribution>
type Type = Option<CreatedIssueContribution>
The schema marker type of this field.
Source§impl HasField<popularPullRequestContribution> for ContributionsCollection
impl HasField<popularPullRequestContribution> for ContributionsCollection
Source§type Type = Option<CreatedPullRequestContribution>
type Type = Option<CreatedPullRequestContribution>
The schema marker type of this field.
Source§impl HasField<pullRequestContributions> for ContributionsCollection
impl HasField<pullRequestContributions> for ContributionsCollection
Source§type Type = CreatedPullRequestContributionConnection
type Type = CreatedPullRequestContributionConnection
The schema marker type of this field.
Source§impl HasField<pullRequestContributionsByRepository> for ContributionsCollection
impl HasField<pullRequestContributionsByRepository> for ContributionsCollection
Source§type Type = Vec<PullRequestContributionsByRepository>
type Type = Vec<PullRequestContributionsByRepository>
The schema marker type of this field.
Source§impl HasField<pullRequestReviewContributions> for ContributionsCollection
impl HasField<pullRequestReviewContributions> for ContributionsCollection
Source§type Type = CreatedPullRequestReviewContributionConnection
type Type = CreatedPullRequestReviewContributionConnection
The schema marker type of this field.
Source§impl HasField<pullRequestReviewContributionsByRepository> for ContributionsCollection
impl HasField<pullRequestReviewContributionsByRepository> for ContributionsCollection
Source§type Type = Vec<PullRequestReviewContributionsByRepository>
type Type = Vec<PullRequestReviewContributionsByRepository>
The schema marker type of this field.
Source§impl HasField<repositoryContributions> for ContributionsCollection
impl HasField<repositoryContributions> for ContributionsCollection
Source§type Type = CreatedRepositoryContributionConnection
type Type = CreatedRepositoryContributionConnection
The schema marker type of this field.
Source§impl HasField<startedAt> for ContributionsCollection
impl HasField<startedAt> for ContributionsCollection
Source§impl HasField<totalRepositoriesWithContributedPullRequestReviews> for ContributionsCollection
impl HasField<totalRepositoriesWithContributedPullRequestReviews> for ContributionsCollection
Source§impl HasField<user> for ContributionsCollection
impl HasField<user> for ContributionsCollection
Auto Trait Implementations§
impl Freeze for ContributionsCollection
impl RefUnwindSafe for ContributionsCollection
impl Send for ContributionsCollection
impl Sync for ContributionsCollection
impl Unpin for ContributionsCollection
impl UnwindSafe for ContributionsCollection
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