pub struct PullRequestReviewComment;
Trait Implementations§
Source§type Type = CommentAuthorAssociation
type Type = CommentAuthorAssociation
The schema marker type of this field.
Source§impl HasField<body> for PullRequestReviewComment
impl HasField<body> for PullRequestReviewComment
Source§impl HasField<bodyHTML> for PullRequestReviewComment
impl HasField<bodyHTML> for PullRequestReviewComment
Source§impl HasField<bodyText> for PullRequestReviewComment
impl HasField<bodyText> for PullRequestReviewComment
Source§impl HasField<commit> for PullRequestReviewComment
impl HasField<commit> for PullRequestReviewComment
Source§impl HasField<createdAt> for PullRequestReviewComment
impl HasField<createdAt> for PullRequestReviewComment
Source§impl HasField<diffHunk> for PullRequestReviewComment
impl HasField<diffHunk> for PullRequestReviewComment
Source§impl HasField<draftedAt> for PullRequestReviewComment
impl HasField<draftedAt> for PullRequestReviewComment
Source§impl HasField<editor> for PullRequestReviewComment
impl HasField<editor> for PullRequestReviewComment
Source§impl HasField<id> for PullRequestReviewComment
impl HasField<id> for PullRequestReviewComment
Source§impl HasField<line> for PullRequestReviewComment
impl HasField<line> for PullRequestReviewComment
Source§impl HasField<outdated> for PullRequestReviewComment
impl HasField<outdated> for PullRequestReviewComment
Source§impl HasField<path> for PullRequestReviewComment
impl HasField<path> for PullRequestReviewComment
Source§impl HasField<position> for PullRequestReviewComment
impl HasField<position> for PullRequestReviewComment
Source§impl HasField<pullRequest> for PullRequestReviewComment
impl HasField<pullRequest> for PullRequestReviewComment
Source§type Type = PullRequest
type Type = PullRequest
The schema marker type of this field.
Source§impl HasField<pullRequestReview> for PullRequestReviewComment
impl HasField<pullRequestReview> for PullRequestReviewComment
Source§type Type = Option<PullRequestReview>
type Type = Option<PullRequestReview>
The schema marker type of this field.
Source§impl HasField<reactions> for PullRequestReviewComment
impl HasField<reactions> for PullRequestReviewComment
Source§type Type = ReactionConnection
type Type = ReactionConnection
The schema marker type of this field.
Source§impl HasField<replyTo> for PullRequestReviewComment
impl HasField<replyTo> for PullRequestReviewComment
Source§type Type = Option<PullRequestReviewComment>
type Type = Option<PullRequestReviewComment>
The schema marker type of this field.
Source§impl HasField<repository> for PullRequestReviewComment
impl HasField<repository> for PullRequestReviewComment
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Source§impl HasField<startLine> for PullRequestReviewComment
impl HasField<startLine> for PullRequestReviewComment
Source§impl HasField<state> for PullRequestReviewComment
impl HasField<state> for PullRequestReviewComment
Source§type Type = PullRequestReviewCommentState
type Type = PullRequestReviewCommentState
The schema marker type of this field.
Source§impl HasField<subjectType> for PullRequestReviewComment
impl HasField<subjectType> for PullRequestReviewComment
Source§type Type = PullRequestReviewThreadSubjectType
type Type = PullRequestReviewThreadSubjectType
The schema marker type of this field.
Source§impl HasField<updatedAt> for PullRequestReviewComment
impl HasField<updatedAt> for PullRequestReviewComment
Source§impl HasField<url> for PullRequestReviewComment
impl HasField<url> for PullRequestReviewComment
Source§impl HasField<userContentEdits> for PullRequestReviewComment
impl HasField<userContentEdits> for PullRequestReviewComment
Source§type Type = Option<UserContentEditConnection>
type Type = Option<UserContentEditConnection>
The schema marker type of this field.
Source§impl HasField<viewerCannotUpdateReasons> for PullRequestReviewComment
impl HasField<viewerCannotUpdateReasons> for PullRequestReviewComment
Source§type Type = Vec<CommentCannotUpdateReason>
type Type = Vec<CommentCannotUpdateReason>
The schema marker type of this field.
Source§impl NamedType for PullRequestReviewComment
impl NamedType for PullRequestReviewComment
impl HasSubtype<PullRequestReviewComment> for Comment
impl HasSubtype<PullRequestReviewComment> for Deletable
impl HasSubtype<PullRequestReviewComment> for Minimizable
impl HasSubtype<PullRequestReviewComment> for Node
impl HasSubtype<PullRequestReviewComment> for PullRequestTimelineItem
impl HasSubtype<PullRequestReviewComment> for Reactable
impl HasSubtype<PullRequestReviewComment> for RepositoryNode
impl HasSubtype<PullRequestReviewComment> for Updatable
impl HasSubtype<PullRequestReviewComment> for UpdatableComment
Auto Trait Implementations§
impl Freeze for PullRequestReviewComment
impl RefUnwindSafe for PullRequestReviewComment
impl Send for PullRequestReviewComment
impl Sync for PullRequestReviewComment
impl Unpin for PullRequestReviewComment
impl UnwindSafe for PullRequestReviewComment
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