pub struct Issue;
Trait Implementations§
Source§impl HasField<__typename> for Issue
impl HasField<__typename> for Issue
Source§impl HasField<activeLockReason> for Issue
impl HasField<activeLockReason> for Issue
Source§type Type = Option<LockReason>
type Type = Option<LockReason>
The schema marker type of this field.
Source§impl HasField<assignees> for Issue
impl HasField<assignees> for Issue
Source§type Type = UserConnection
type Type = UserConnection
The schema marker type of this field.
Source§type Type = CommentAuthorAssociation
type Type = CommentAuthorAssociation
The schema marker type of this field.
Source§impl HasField<bodyResourcePath> for Issue
impl HasField<bodyResourcePath> for Issue
Source§impl HasField<comments> for Issue
impl HasField<comments> for Issue
Source§type Type = IssueCommentConnection
type Type = IssueCommentConnection
The schema marker type of this field.
Source§impl HasField<createdViaEmail> for Issue
impl HasField<createdViaEmail> for Issue
Source§impl HasField<databaseId> for Issue
impl HasField<databaseId> for Issue
Source§impl HasField<fullDatabaseId> for Issue
impl HasField<fullDatabaseId> for Issue
Source§impl HasField<includesCreatedEdit> for Issue
impl HasField<includesCreatedEdit> for Issue
Source§impl HasField<isReadByViewer> for Issue
impl HasField<isReadByViewer> for Issue
Source§impl HasField<labels> for Issue
impl HasField<labels> for Issue
Source§type Type = Option<LabelConnection>
type Type = Option<LabelConnection>
The schema marker type of this field.
Source§impl HasField<lastEditedAt> for Issue
impl HasField<lastEditedAt> for Issue
Source§impl HasField<linkedBranches> for Issue
impl HasField<linkedBranches> for Issue
Source§type Type = LinkedBranchConnection
type Type = LinkedBranchConnection
The schema marker type of this field.
Source§impl HasField<participants> for Issue
impl HasField<participants> for Issue
Source§type Type = UserConnection
type Type = UserConnection
The schema marker type of this field.
Source§impl HasField<projectCards> for Issue
impl HasField<projectCards> for Issue
Source§type Type = ProjectCardConnection
type Type = ProjectCardConnection
The schema marker type of this field.
Source§impl HasField<projectItems> for Issue
impl HasField<projectItems> for Issue
Source§type Type = ProjectV2ItemConnection
type Type = ProjectV2ItemConnection
The schema marker type of this field.
Source§impl HasField<projectsV2> for Issue
impl HasField<projectsV2> for Issue
Source§type Type = ProjectV2Connection
type Type = ProjectV2Connection
The schema marker type of this field.
Source§impl HasField<publishedAt> for Issue
impl HasField<publishedAt> for Issue
Source§impl HasField<reactionGroups> for Issue
impl HasField<reactionGroups> for Issue
Source§impl HasField<reactions> for Issue
impl HasField<reactions> for Issue
Source§type Type = ReactionConnection
type Type = ReactionConnection
The schema marker type of this field.
Source§impl HasField<repository> for Issue
impl HasField<repository> for Issue
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Source§impl HasField<resourcePath> for Issue
impl HasField<resourcePath> for Issue
Source§impl HasField<state> for Issue
impl HasField<state> for Issue
Source§type Type = IssueState
type Type = IssueState
The schema marker type of this field.
Source§impl HasField<stateReason> for Issue
impl HasField<stateReason> for Issue
Source§type Type = Option<IssueStateReason>
type Type = Option<IssueStateReason>
The schema marker type of this field.
Source§impl HasField<timeline> for Issue
impl HasField<timeline> for Issue
Source§type Type = IssueTimelineConnection
type Type = IssueTimelineConnection
The schema marker type of this field.
Source§impl HasField<timelineItems> for Issue
impl HasField<timelineItems> for Issue
Source§type Type = IssueTimelineItemsConnection
type Type = IssueTimelineItemsConnection
The schema marker type of this field.
Source§impl HasField<trackedInIssues> for Issue
impl HasField<trackedInIssues> for Issue
Source§type Type = IssueConnection
type Type = IssueConnection
The schema marker type of this field.
Source§impl HasField<trackedIssues> for Issue
impl HasField<trackedIssues> for Issue
Source§type Type = IssueConnection
type Type = IssueConnection
The schema marker type of this field.
Source§impl HasField<trackedIssuesCount> for Issue
impl HasField<trackedIssuesCount> for Issue
Source§impl HasField<userContentEdits> for Issue
impl HasField<userContentEdits> for Issue
Source§type Type = Option<UserContentEditConnection>
type Type = Option<UserContentEditConnection>
The schema marker type of this field.
Source§impl HasField<viewerCanClose> for Issue
impl HasField<viewerCanClose> for Issue
Source§impl HasField<viewerCanDelete> for Issue
impl HasField<viewerCanDelete> for Issue
Source§impl HasField<viewerCanReact> for Issue
impl HasField<viewerCanReact> for Issue
Source§impl HasField<viewerCanReopen> for Issue
impl HasField<viewerCanReopen> for Issue
Source§impl HasField<viewerCanSubscribe> for Issue
impl HasField<viewerCanSubscribe> for Issue
Source§impl HasField<viewerCanUpdate> for Issue
impl HasField<viewerCanUpdate> for Issue
Source§impl HasField<viewerCannotUpdateReasons> for Issue
impl HasField<viewerCannotUpdateReasons> for Issue
Source§type Type = Vec<CommentCannotUpdateReason>
type Type = Vec<CommentCannotUpdateReason>
The schema marker type of this field.
Source§impl HasField<viewerDidAuthor> for Issue
impl HasField<viewerDidAuthor> for Issue
Source§impl HasField<viewerSubscription> for Issue
impl HasField<viewerSubscription> for Issue
Source§type Type = Option<SubscriptionState>
type Type = Option<SubscriptionState>
The schema marker type of this field.
impl HasSubtype<Issue> for Assignable
impl HasSubtype<Issue> for Closable
impl HasSubtype<Issue> for Comment
impl HasSubtype<Issue> for Deletable
impl HasSubtype<Issue> for IssueOrPullRequest
impl HasSubtype<Issue> for Labelable
impl HasSubtype<Issue> for Lockable
impl HasSubtype<Issue> for MilestoneItem
impl HasSubtype<Issue> for Node
impl HasSubtype<Issue> for ProjectCardItem
impl HasSubtype<Issue> for ProjectV2ItemContent
impl HasSubtype<Issue> for ProjectV2Owner
impl HasSubtype<Issue> for Reactable
impl HasSubtype<Issue> for ReferencedSubject
impl HasSubtype<Issue> for RenamedTitleSubject
impl HasSubtype<Issue> for RepositoryNode
impl HasSubtype<Issue> for SearchResultItem
impl HasSubtype<Issue> for Subscribable
impl HasSubtype<Issue> for UniformResourceLocatable
impl HasSubtype<Issue> for Updatable
impl HasSubtype<Issue> for UpdatableComment
Auto Trait Implementations§
impl Freeze for Issue
impl RefUnwindSafe for Issue
impl Send for Issue
impl Sync for Issue
impl Unpin for Issue
impl UnwindSafe for Issue
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