pub struct PullRequestReview;
Trait Implementations§
Source§impl HasField<__typename> for PullRequestReview
impl HasField<__typename> for PullRequestReview
Source§type Type = CommentAuthorAssociation
type Type = CommentAuthorAssociation
The schema marker type of this field.
Source§impl HasField<body> for PullRequestReview
impl HasField<body> for PullRequestReview
Source§impl HasField<bodyHTML> for PullRequestReview
impl HasField<bodyHTML> for PullRequestReview
Source§impl HasField<bodyText> for PullRequestReview
impl HasField<bodyText> for PullRequestReview
Source§impl HasField<comments> for PullRequestReview
impl HasField<comments> for PullRequestReview
Source§type Type = PullRequestReviewCommentConnection
type Type = PullRequestReviewCommentConnection
The schema marker type of this field.
Source§impl HasField<commit> for PullRequestReview
impl HasField<commit> for PullRequestReview
Source§impl HasField<createdAt> for PullRequestReview
impl HasField<createdAt> for PullRequestReview
Source§impl HasField<createdViaEmail> for PullRequestReview
impl HasField<createdViaEmail> for PullRequestReview
Source§impl HasField<databaseId> for PullRequestReview
impl HasField<databaseId> for PullRequestReview
Source§impl HasField<editor> for PullRequestReview
impl HasField<editor> for PullRequestReview
Source§impl HasField<id> for PullRequestReview
impl HasField<id> for PullRequestReview
Source§impl HasField<lastEditedAt> for PullRequestReview
impl HasField<lastEditedAt> for PullRequestReview
Source§impl HasField<onBehalfOf> for PullRequestReview
impl HasField<onBehalfOf> for PullRequestReview
Source§type Type = TeamConnection
type Type = TeamConnection
The schema marker type of this field.
Source§impl HasField<publishedAt> for PullRequestReview
impl HasField<publishedAt> for PullRequestReview
Source§impl HasField<pullRequest> for PullRequestReview
impl HasField<pullRequest> for PullRequestReview
Source§type Type = PullRequest
type Type = PullRequest
The schema marker type of this field.
Source§impl HasField<reactionGroups> for PullRequestReview
impl HasField<reactionGroups> for PullRequestReview
Source§impl HasField<reactions> for PullRequestReview
impl HasField<reactions> for PullRequestReview
Source§type Type = ReactionConnection
type Type = ReactionConnection
The schema marker type of this field.
Source§impl HasField<repository> for PullRequestReview
impl HasField<repository> for PullRequestReview
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Source§impl HasField<resourcePath> for PullRequestReview
impl HasField<resourcePath> for PullRequestReview
Source§impl HasField<state> for PullRequestReview
impl HasField<state> for PullRequestReview
Source§type Type = PullRequestReviewState
type Type = PullRequestReviewState
The schema marker type of this field.
Source§impl HasField<submittedAt> for PullRequestReview
impl HasField<submittedAt> for PullRequestReview
Source§impl HasField<updatedAt> for PullRequestReview
impl HasField<updatedAt> for PullRequestReview
Source§impl HasField<url> for PullRequestReview
impl HasField<url> for PullRequestReview
Source§impl HasField<userContentEdits> for PullRequestReview
impl HasField<userContentEdits> for PullRequestReview
Source§type Type = Option<UserContentEditConnection>
type Type = Option<UserContentEditConnection>
The schema marker type of this field.
Source§impl HasField<viewerCanDelete> for PullRequestReview
impl HasField<viewerCanDelete> for PullRequestReview
Source§impl HasField<viewerCanReact> for PullRequestReview
impl HasField<viewerCanReact> for PullRequestReview
Source§impl HasField<viewerCanUpdate> for PullRequestReview
impl HasField<viewerCanUpdate> for PullRequestReview
Source§impl HasField<viewerCannotUpdateReasons> for PullRequestReview
impl HasField<viewerCannotUpdateReasons> for PullRequestReview
Source§type Type = Vec<CommentCannotUpdateReason>
type Type = Vec<CommentCannotUpdateReason>
The schema marker type of this field.
Source§impl HasField<viewerDidAuthor> for PullRequestReview
impl HasField<viewerDidAuthor> for PullRequestReview
Source§impl NamedType for PullRequestReview
impl NamedType for PullRequestReview
impl HasSubtype<PullRequestReview> for Comment
impl HasSubtype<PullRequestReview> for Deletable
impl HasSubtype<PullRequestReview> for Node
impl HasSubtype<PullRequestReview> for PullRequestTimelineItem
impl HasSubtype<PullRequestReview> for PullRequestTimelineItems
impl HasSubtype<PullRequestReview> for Reactable
impl HasSubtype<PullRequestReview> for RepositoryNode
impl HasSubtype<PullRequestReview> for Updatable
impl HasSubtype<PullRequestReview> for UpdatableComment
Auto Trait Implementations§
impl Freeze for PullRequestReview
impl RefUnwindSafe for PullRequestReview
impl Send for PullRequestReview
impl Sync for PullRequestReview
impl Unpin for PullRequestReview
impl UnwindSafe for PullRequestReview
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