Struct Issue

Source
pub struct Issue;

Trait Implementations§

Source§

impl HasField<__typename> for Issue

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<activeLockReason> for Issue

Source§

type Type = Option<LockReason>

The schema marker type of this field.
Source§

impl HasField<assignees> for Issue

Source§

type Type = UserConnection

The schema marker type of this field.
Source§

impl HasField<author> for Issue

Source§

type Type = Option<Actor>

The schema marker type of this field.
Source§

impl HasField<authorAssociation> for Issue

Source§

type Type = CommentAuthorAssociation

The schema marker type of this field.
Source§

impl HasField<body> for Issue

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<bodyHTML> for Issue

Source§

type Type = HTML

The schema marker type of this field.
Source§

impl HasField<bodyResourcePath> for Issue

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<bodyText> for Issue

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<bodyUrl> for Issue

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<closed> for Issue

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<closedAt> for Issue

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<comments> for Issue

Source§

type Type = IssueCommentConnection

The schema marker type of this field.
Source§

impl HasField<createdAt> for Issue

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<createdViaEmail> for Issue

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<databaseId> for Issue

Source§

type Type = Option<i32>

The schema marker type of this field.
Source§

impl HasField<editor> for Issue

Source§

type Type = Option<Actor>

The schema marker type of this field.
Source§

impl HasField<fullDatabaseId> for Issue

Source§

type Type = Option<BigInt>

The schema marker type of this field.
Source§

impl HasField<hovercard> for Issue

Source§

type Type = Hovercard

The schema marker type of this field.
Source§

impl HasField<id> for Issue

Source§

type Type = Id

The schema marker type of this field.
Source§

impl HasField<includesCreatedEdit> for Issue

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<isPinned> for Issue

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<isReadByViewer> for Issue

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<labels> for Issue

Source§

type Type = Option<LabelConnection>

The schema marker type of this field.
Source§

impl HasField<lastEditedAt> for Issue

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<linkedBranches> for Issue

Source§

type Type = LinkedBranchConnection

The schema marker type of this field.
Source§

impl HasField<locked> for Issue

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<milestone> for Issue

Source§

type Type = Option<Milestone>

The schema marker type of this field.
Source§

impl HasField<number> for Issue

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<participants> for Issue

Source§

type Type = UserConnection

The schema marker type of this field.
Source§

impl HasField<projectCards> for Issue

Source§

type Type = ProjectCardConnection

The schema marker type of this field.
Source§

impl HasField<projectItems> for Issue

Source§

type Type = ProjectV2ItemConnection

The schema marker type of this field.
Source§

impl HasField<projectV2> for Issue

Source§

type Type = Option<ProjectV2>

The schema marker type of this field.
Source§

impl HasField<projectsV2> for Issue

Source§

type Type = ProjectV2Connection

The schema marker type of this field.
Source§

impl HasField<publishedAt> for Issue

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<reactionGroups> for Issue

Source§

type Type = Option<Vec<ReactionGroup>>

The schema marker type of this field.
Source§

impl HasField<reactions> for Issue

Source§

type Type = ReactionConnection

The schema marker type of this field.
Source§

impl HasField<repository> for Issue

Source§

type Type = Repository

The schema marker type of this field.
Source§

impl HasField<resourcePath> for Issue

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<state> for Issue

Source§

type Type = IssueState

The schema marker type of this field.
Source§

impl HasField<stateReason> for Issue

Source§

type Type = Option<IssueStateReason>

The schema marker type of this field.
Source§

impl HasField<timeline> for Issue

Source§

type Type = IssueTimelineConnection

The schema marker type of this field.
Source§

impl HasField<timelineItems> for Issue

Source§

type Type = IssueTimelineItemsConnection

The schema marker type of this field.
Source§

impl HasField<title> for Issue

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<titleHTML> for Issue

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<trackedInIssues> for Issue

Source§

type Type = IssueConnection

The schema marker type of this field.
Source§

impl HasField<trackedIssues> for Issue

Source§

type Type = IssueConnection

The schema marker type of this field.
Source§

impl HasField<trackedIssuesCount> for Issue

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<updatedAt> for Issue

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<url> for Issue

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<userContentEdits> for Issue

Source§

type Type = Option<UserContentEditConnection>

The schema marker type of this field.
Source§

impl HasField<viewerCanClose> for Issue

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanDelete> for Issue

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanReact> for Issue

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanReopen> for Issue

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanSubscribe> for Issue

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanUpdate> for Issue

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCannotUpdateReasons> for Issue

Source§

type Type = Vec<CommentCannotUpdateReason>

The schema marker type of this field.
Source§

impl HasField<viewerDidAuthor> for Issue

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerSubscription> for Issue

Source§

type Type = Option<SubscriptionState>

The schema marker type of this field.
Source§

impl NamedType for Issue

Source§

const NAME: &'static str = "Issue"

The name of this type
Source§

impl HasSubtype<Issue> for Assignable

Source§

impl HasSubtype<Issue> for Closable

Source§

impl HasSubtype<Issue> for Comment

Source§

impl HasSubtype<Issue> for Deletable

Source§

impl HasSubtype<Issue> for IssueOrPullRequest

Source§

impl HasSubtype<Issue> for Labelable

Source§

impl HasSubtype<Issue> for Lockable

Source§

impl HasSubtype<Issue> for MilestoneItem

Source§

impl HasSubtype<Issue> for Node

Source§

impl HasSubtype<Issue> for ProjectCardItem

Source§

impl HasSubtype<Issue> for ProjectV2ItemContent

Source§

impl HasSubtype<Issue> for ProjectV2Owner

Source§

impl HasSubtype<Issue> for Reactable

Source§

impl HasSubtype<Issue> for ReferencedSubject

Source§

impl HasSubtype<Issue> for RenamedTitleSubject

Source§

impl HasSubtype<Issue> for RepositoryNode

Source§

impl HasSubtype<Issue> for SearchResultItem

Source§

impl HasSubtype<Issue> for Subscribable

Source§

impl HasSubtype<Issue> for UniformResourceLocatable

Source§

impl HasSubtype<Issue> for Updatable

Source§

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> 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