pub struct IssueComment;
Trait Implementations§
Source§impl HasField<__typename> for IssueComment
impl HasField<__typename> for IssueComment
Source§type Type = CommentAuthorAssociation
type Type = CommentAuthorAssociation
The schema marker type of this field.
Source§impl HasField<body> for IssueComment
impl HasField<body> for IssueComment
Source§impl HasField<bodyHTML> for IssueComment
impl HasField<bodyHTML> for IssueComment
Source§impl HasField<bodyText> for IssueComment
impl HasField<bodyText> for IssueComment
Source§impl HasField<createdAt> for IssueComment
impl HasField<createdAt> for IssueComment
Source§impl HasField<createdViaEmail> for IssueComment
impl HasField<createdViaEmail> for IssueComment
Source§impl HasField<databaseId> for IssueComment
impl HasField<databaseId> for IssueComment
Source§impl HasField<editor> for IssueComment
impl HasField<editor> for IssueComment
Source§impl HasField<fullDatabaseId> for IssueComment
impl HasField<fullDatabaseId> for IssueComment
Source§impl HasField<includesCreatedEdit> for IssueComment
impl HasField<includesCreatedEdit> for IssueComment
Source§impl HasField<isMinimized> for IssueComment
impl HasField<isMinimized> for IssueComment
Source§impl HasField<issue> for IssueComment
impl HasField<issue> for IssueComment
Source§impl HasField<lastEditedAt> for IssueComment
impl HasField<lastEditedAt> for IssueComment
Source§impl HasField<minimizedReason> for IssueComment
impl HasField<minimizedReason> for IssueComment
Source§impl HasField<publishedAt> for IssueComment
impl HasField<publishedAt> for IssueComment
Source§impl HasField<pullRequest> for IssueComment
impl HasField<pullRequest> for IssueComment
Source§type Type = Option<PullRequest>
type Type = Option<PullRequest>
The schema marker type of this field.
Source§impl HasField<reactionGroups> for IssueComment
impl HasField<reactionGroups> for IssueComment
Source§impl HasField<reactions> for IssueComment
impl HasField<reactions> for IssueComment
Source§type Type = ReactionConnection
type Type = ReactionConnection
The schema marker type of this field.
Source§impl HasField<repository> for IssueComment
impl HasField<repository> for IssueComment
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Source§impl HasField<resourcePath> for IssueComment
impl HasField<resourcePath> for IssueComment
Source§impl HasField<updatedAt> for IssueComment
impl HasField<updatedAt> for IssueComment
Source§impl HasField<url> for IssueComment
impl HasField<url> for IssueComment
Source§impl HasField<userContentEdits> for IssueComment
impl HasField<userContentEdits> for IssueComment
Source§type Type = Option<UserContentEditConnection>
type Type = Option<UserContentEditConnection>
The schema marker type of this field.
Source§impl HasField<viewerCanDelete> for IssueComment
impl HasField<viewerCanDelete> for IssueComment
Source§impl HasField<viewerCanMinimize> for IssueComment
impl HasField<viewerCanMinimize> for IssueComment
Source§impl HasField<viewerCanReact> for IssueComment
impl HasField<viewerCanReact> for IssueComment
Source§impl HasField<viewerCanUpdate> for IssueComment
impl HasField<viewerCanUpdate> for IssueComment
Source§impl HasField<viewerCannotUpdateReasons> for IssueComment
impl HasField<viewerCannotUpdateReasons> for IssueComment
Source§type Type = Vec<CommentCannotUpdateReason>
type Type = Vec<CommentCannotUpdateReason>
The schema marker type of this field.
Source§impl HasField<viewerDidAuthor> for IssueComment
impl HasField<viewerDidAuthor> for IssueComment
Source§impl NamedType for IssueComment
impl NamedType for IssueComment
impl HasSubtype<IssueComment> for Comment
impl HasSubtype<IssueComment> for Deletable
impl HasSubtype<IssueComment> for IssueTimelineItem
impl HasSubtype<IssueComment> for IssueTimelineItems
impl HasSubtype<IssueComment> for Minimizable
impl HasSubtype<IssueComment> for Node
impl HasSubtype<IssueComment> for PullRequestTimelineItem
impl HasSubtype<IssueComment> for PullRequestTimelineItems
impl HasSubtype<IssueComment> for Reactable
impl HasSubtype<IssueComment> for RepositoryNode
impl HasSubtype<IssueComment> for Updatable
impl HasSubtype<IssueComment> for UpdatableComment
Auto Trait Implementations§
impl Freeze for IssueComment
impl RefUnwindSafe for IssueComment
impl Send for IssueComment
impl Sync for IssueComment
impl Unpin for IssueComment
impl UnwindSafe for IssueComment
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