Struct PullRequest

Source
pub struct PullRequest;

Trait Implementations§

Source§

impl HasField<__typename> for PullRequest

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<activeLockReason> for PullRequest

Source§

type Type = Option<LockReason>

The schema marker type of this field.
Source§

impl HasField<additions> for PullRequest

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<assignees> for PullRequest

Source§

type Type = UserConnection

The schema marker type of this field.
Source§

impl HasField<author> for PullRequest

Source§

type Type = Option<Actor>

The schema marker type of this field.
Source§

impl HasField<authorAssociation> for PullRequest

Source§

type Type = CommentAuthorAssociation

The schema marker type of this field.
Source§

impl HasField<autoMergeRequest> for PullRequest

Source§

type Type = Option<AutoMergeRequest>

The schema marker type of this field.
Source§

impl HasField<baseRef> for PullRequest

Source§

type Type = Option<Ref>

The schema marker type of this field.
Source§

impl HasField<baseRefName> for PullRequest

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<baseRefOid> for PullRequest

Source§

type Type = GitObjectID

The schema marker type of this field.
Source§

impl HasField<baseRepository> for PullRequest

Source§

type Type = Option<Repository>

The schema marker type of this field.
Source§

impl HasField<body> for PullRequest

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<bodyHTML> for PullRequest

Source§

type Type = HTML

The schema marker type of this field.
Source§

impl HasField<bodyText> for PullRequest

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<canBeRebased> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<changedFiles> for PullRequest

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<checksResourcePath> for PullRequest

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<checksUrl> for PullRequest

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<closed> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<closedAt> for PullRequest

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<closingIssuesReferences> for PullRequest

Source§

type Type = Option<IssueConnection>

The schema marker type of this field.
Source§

impl HasField<comments> for PullRequest

Source§

type Type = IssueCommentConnection

The schema marker type of this field.
Source§

impl HasField<commits> for PullRequest

Source§

type Type = PullRequestCommitConnection

The schema marker type of this field.
Source§

impl HasField<createdAt> for PullRequest

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<createdViaEmail> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<databaseId> for PullRequest

Source§

type Type = Option<i32>

The schema marker type of this field.
Source§

impl HasField<deletions> for PullRequest

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<editor> for PullRequest

Source§

type Type = Option<Actor>

The schema marker type of this field.
Source§

impl HasField<files> for PullRequest

Source§

type Type = Option<PullRequestChangedFileConnection>

The schema marker type of this field.
Source§

impl HasField<headRef> for PullRequest

Source§

type Type = Option<Ref>

The schema marker type of this field.
Source§

impl HasField<headRefName> for PullRequest

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<headRefOid> for PullRequest

Source§

type Type = GitObjectID

The schema marker type of this field.
Source§

impl HasField<headRepository> for PullRequest

Source§

type Type = Option<Repository>

The schema marker type of this field.
Source§

impl HasField<headRepositoryOwner> for PullRequest

Source§

type Type = Option<RepositoryOwner>

The schema marker type of this field.
Source§

impl HasField<hovercard> for PullRequest

Source§

type Type = Hovercard

The schema marker type of this field.
Source§

impl HasField<id> for PullRequest

Source§

type Type = Id

The schema marker type of this field.
Source§

impl HasField<includesCreatedEdit> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<isCrossRepository> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<isDraft> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<isReadByViewer> for PullRequest

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<labels> for PullRequest

Source§

type Type = Option<LabelConnection>

The schema marker type of this field.
Source§

impl HasField<lastEditedAt> for PullRequest

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<latestOpinionatedReviews> for PullRequest

Source§

type Type = Option<PullRequestReviewConnection>

The schema marker type of this field.
Source§

impl HasField<latestReviews> for PullRequest

Source§

type Type = Option<PullRequestReviewConnection>

The schema marker type of this field.
Source§

impl HasField<locked> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<maintainerCanModify> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<mergeCommit> for PullRequest

Source§

type Type = Option<Commit>

The schema marker type of this field.
Source§

impl HasField<mergeQueueEntry> for PullRequest

Source§

type Type = Option<MergeQueueEntry>

The schema marker type of this field.
Source§

impl HasField<mergeStateStatus> for PullRequest

Source§

type Type = MergeStateStatus

The schema marker type of this field.
Source§

impl HasField<mergeable> for PullRequest

Source§

type Type = MergeableState

The schema marker type of this field.
Source§

impl HasField<merged> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<mergedAt> for PullRequest

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<mergedBy> for PullRequest

Source§

type Type = Option<Actor>

The schema marker type of this field.
Source§

impl HasField<milestone> for PullRequest

Source§

type Type = Option<Milestone>

The schema marker type of this field.
Source§

impl HasField<number> for PullRequest

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<participants> for PullRequest

Source§

type Type = UserConnection

The schema marker type of this field.
Source§

impl HasField<permalink> for PullRequest

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<potentialMergeCommit> for PullRequest

Source§

type Type = Option<Commit>

The schema marker type of this field.
Source§

impl HasField<projectCards> for PullRequest

Source§

type Type = ProjectCardConnection

The schema marker type of this field.
Source§

impl HasField<projectItems> for PullRequest

Source§

type Type = ProjectV2ItemConnection

The schema marker type of this field.
Source§

impl HasField<projectV2> for PullRequest

Source§

type Type = Option<ProjectV2>

The schema marker type of this field.
Source§

impl HasField<projectsV2> for PullRequest

Source§

type Type = ProjectV2Connection

The schema marker type of this field.
Source§

impl HasField<publishedAt> for PullRequest

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<reactionGroups> for PullRequest

Source§

type Type = Option<Vec<ReactionGroup>>

The schema marker type of this field.
Source§

impl HasField<reactions> for PullRequest

Source§

type Type = ReactionConnection

The schema marker type of this field.
Source§

impl HasField<repository> for PullRequest

Source§

type Type = Repository

The schema marker type of this field.
Source§

impl HasField<resourcePath> for PullRequest

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<revertResourcePath> for PullRequest

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<revertUrl> for PullRequest

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<reviewDecision> for PullRequest

Source§

type Type = Option<PullRequestReviewDecision>

The schema marker type of this field.
Source§

impl HasField<reviewRequests> for PullRequest

Source§

type Type = Option<ReviewRequestConnection>

The schema marker type of this field.
Source§

impl HasField<reviewThreads> for PullRequest

Source§

type Type = PullRequestReviewThreadConnection

The schema marker type of this field.
Source§

impl HasField<reviews> for PullRequest

Source§

type Type = Option<PullRequestReviewConnection>

The schema marker type of this field.
Source§

impl HasField<state> for PullRequest

Source§

type Type = PullRequestState

The schema marker type of this field.
Source§

impl HasField<suggestedReviewers> for PullRequest

Source§

type Type = Vec<Option<SuggestedReviewer>>

The schema marker type of this field.
Source§

impl HasField<timeline> for PullRequest

Source§

type Type = PullRequestTimelineConnection

The schema marker type of this field.
Source§

impl HasField<timelineItems> for PullRequest

Source§

type Type = PullRequestTimelineItemsConnection

The schema marker type of this field.
Source§

impl HasField<title> for PullRequest

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<titleHTML> for PullRequest

Source§

type Type = HTML

The schema marker type of this field.
Source§

impl HasField<totalCommentsCount> for PullRequest

Source§

type Type = Option<i32>

The schema marker type of this field.
Source§

impl HasField<updatedAt> for PullRequest

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<url> for PullRequest

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<userContentEdits> for PullRequest

Source§

type Type = Option<UserContentEditConnection>

The schema marker type of this field.
Source§

impl HasField<viewerCanApplySuggestion> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanClose> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanDeleteHeadRef> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanDisableAutoMerge> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanEditFiles> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanEnableAutoMerge> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanMergeAsAdmin> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanReact> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanReopen> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanSubscribe> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanUpdate> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanUpdateBranch> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCannotUpdateReasons> for PullRequest

Source§

type Type = Vec<CommentCannotUpdateReason>

The schema marker type of this field.
Source§

impl HasField<viewerDidAuthor> for PullRequest

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerLatestReview> for PullRequest

Source§

type Type = Option<PullRequestReview>

The schema marker type of this field.
Source§

impl HasField<viewerLatestReviewRequest> for PullRequest

Source§

type Type = Option<ReviewRequest>

The schema marker type of this field.
Source§

impl HasField<viewerMergeBodyText> for PullRequest

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<viewerMergeHeadlineText> for PullRequest

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<viewerSubscription> for PullRequest

Source§

type Type = Option<SubscriptionState>

The schema marker type of this field.
Source§

impl NamedType for PullRequest

Source§

const NAME: &'static str = "PullRequest"

The name of this type
Source§

impl HasSubtype<PullRequest> for Assignable

Source§

impl HasSubtype<PullRequest> for Closable

Source§

impl HasSubtype<PullRequest> for Closer

Source§

impl HasSubtype<PullRequest> for Comment

Source§

impl HasSubtype<PullRequest> for IssueOrPullRequest

Source§

impl HasSubtype<PullRequest> for Labelable

Source§

impl HasSubtype<PullRequest> for Lockable

Source§

impl HasSubtype<PullRequest> for MilestoneItem

Source§

impl HasSubtype<PullRequest> for Node

Source§

impl HasSubtype<PullRequest> for ProjectCardItem

Source§

impl HasSubtype<PullRequest> for ProjectV2ItemContent

Source§

impl HasSubtype<PullRequest> for ProjectV2Owner

Source§

impl HasSubtype<PullRequest> for Reactable

Source§

impl HasSubtype<PullRequest> for ReferencedSubject

Source§

impl HasSubtype<PullRequest> for RenamedTitleSubject

Source§

impl HasSubtype<PullRequest> for RepositoryNode

Source§

impl HasSubtype<PullRequest> for SearchResultItem

Source§

impl HasSubtype<PullRequest> for Subscribable

Source§

impl HasSubtype<PullRequest> for UniformResourceLocatable

Source§

impl HasSubtype<PullRequest> for Updatable

Source§

impl HasSubtype<PullRequest> for UpdatableComment

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