Struct ContributionsCollection

Source
pub struct ContributionsCollection;

Trait Implementations§

Source§

impl HasField<__typename> for ContributionsCollection

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<commitContributionsByRepository> for ContributionsCollection

Source§

type Type = Vec<CommitContributionsByRepository>

The schema marker type of this field.
Source§

impl HasField<contributionCalendar> for ContributionsCollection

Source§

type Type = ContributionCalendar

The schema marker type of this field.
Source§

impl HasField<contributionYears> for ContributionsCollection

Source§

type Type = Vec<i32>

The schema marker type of this field.
Source§

impl HasField<doesEndInCurrentMonth> for ContributionsCollection

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<earliestRestrictedContributionDate> for ContributionsCollection

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<endedAt> for ContributionsCollection

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<firstIssueContribution> for ContributionsCollection

Source§

type Type = Option<CreatedIssueOrRestrictedContribution>

The schema marker type of this field.
Source§

impl HasField<firstPullRequestContribution> for ContributionsCollection

Source§

type Type = Option<CreatedPullRequestOrRestrictedContribution>

The schema marker type of this field.
Source§

impl HasField<firstRepositoryContribution> for ContributionsCollection

Source§

type Type = Option<CreatedRepositoryOrRestrictedContribution>

The schema marker type of this field.
Source§

impl HasField<hasActivityInThePast> for ContributionsCollection

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<hasAnyContributions> for ContributionsCollection

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<hasAnyRestrictedContributions> for ContributionsCollection

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<isSingleDay> for ContributionsCollection

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<issueContributions> for ContributionsCollection

Source§

type Type = CreatedIssueContributionConnection

The schema marker type of this field.
Source§

impl HasField<issueContributionsByRepository> for ContributionsCollection

Source§

type Type = Vec<IssueContributionsByRepository>

The schema marker type of this field.
Source§

impl HasField<joinedGitHubContribution> for ContributionsCollection

Source§

type Type = Option<JoinedGitHubContribution>

The schema marker type of this field.
Source§

impl HasField<latestRestrictedContributionDate> for ContributionsCollection

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<mostRecentCollectionWithActivity> for ContributionsCollection

Source§

type Type = Option<ContributionsCollection>

The schema marker type of this field.
Source§

impl HasField<mostRecentCollectionWithoutActivity> for ContributionsCollection

Source§

type Type = Option<ContributionsCollection>

The schema marker type of this field.
Source§

impl HasField<popularIssueContribution> for ContributionsCollection

Source§

type Type = Option<CreatedIssueContribution>

The schema marker type of this field.
Source§

impl HasField<popularPullRequestContribution> for ContributionsCollection

Source§

type Type = Option<CreatedPullRequestContribution>

The schema marker type of this field.
Source§

impl HasField<pullRequestContributions> for ContributionsCollection

Source§

type Type = CreatedPullRequestContributionConnection

The schema marker type of this field.
Source§

impl HasField<pullRequestContributionsByRepository> for ContributionsCollection

Source§

type Type = Vec<PullRequestContributionsByRepository>

The schema marker type of this field.
Source§

impl HasField<pullRequestReviewContributions> for ContributionsCollection

Source§

type Type = CreatedPullRequestReviewContributionConnection

The schema marker type of this field.
Source§

impl HasField<pullRequestReviewContributionsByRepository> for ContributionsCollection

Source§

type Type = Vec<PullRequestReviewContributionsByRepository>

The schema marker type of this field.
Source§

impl HasField<repositoryContributions> for ContributionsCollection

Source§

type Type = CreatedRepositoryContributionConnection

The schema marker type of this field.
Source§

impl HasField<restrictedContributionsCount> for ContributionsCollection

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<startedAt> for ContributionsCollection

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<totalCommitContributions> for ContributionsCollection

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<totalIssueContributions> for ContributionsCollection

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<totalPullRequestContributions> for ContributionsCollection

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<totalPullRequestReviewContributions> for ContributionsCollection

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<totalRepositoriesWithContributedCommits> for ContributionsCollection

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<totalRepositoriesWithContributedIssues> for ContributionsCollection

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<totalRepositoriesWithContributedPullRequestReviews> for ContributionsCollection

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<totalRepositoriesWithContributedPullRequests> for ContributionsCollection

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<totalRepositoryContributions> for ContributionsCollection

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<user> for ContributionsCollection

Source§

type Type = User

The schema marker type of this field.
Source§

impl NamedType for ContributionsCollection

Source§

const NAME: &'static str = "ContributionsCollection"

The name of this type

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> IsFieldType<T> for T