Issue

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<activitySummary> for Issue

Source§

type Type = Option<JSONObject>

The schema marker type of this field.
Source§

impl HasField<addedToCycleAt> for Issue

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<addedToProjectAt> for Issue

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<addedToTeamAt> for Issue

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<archivedAt> for Issue

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<asksExternalUserRequester> for Issue

Source§

type Type = Option<ExternalUser>

The schema marker type of this field.
Source§

impl HasField<asksRequester> for Issue

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<assignee> for Issue

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<attachments> for Issue

Source§

type Type = AttachmentConnection

The schema marker type of this field.
Source§

impl HasField<autoArchivedAt> for Issue

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<autoClosedAt> for Issue

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<boardOrder> for Issue

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<botActor> for Issue

Source§

type Type = Option<ActorBot>

The schema marker type of this field.
Source§

impl HasField<branchName> for Issue

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<canceledAt> for Issue

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<children> for Issue

Source§

type Type = IssueConnection

The schema marker type of this field.
Source§

impl HasField<comments> for Issue

Source§

type Type = CommentConnection

The schema marker type of this field.
Source§

impl HasField<completedAt> for Issue

Source§

type Type = Option<DateTime>

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<creator> for Issue

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<customerTicketCount> for Issue

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<cycle> for Issue

Source§

type Type = Option<Cycle>

The schema marker type of this field.
Source§

impl HasField<delegate> for Issue

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<description> for Issue

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<descriptionState> for Issue

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<documentContent> for Issue

Source§

type Type = Option<DocumentContent>

The schema marker type of this field.
Source§

impl HasField<documents> for Issue

Source§

type Type = DocumentConnection

The schema marker type of this field.
Source§

impl HasField<dueDate> for Issue

Source§

type Type = Option<TimelessDate>

The schema marker type of this field.
Source§

impl HasField<estimate> for Issue

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<externalUserCreator> for Issue

Source§

type Type = Option<ExternalUser>

The schema marker type of this field.
Source§

impl HasField<favorite> for Issue

Source§

type Type = Option<Favorite>

The schema marker type of this field.
Source§

impl HasField<formerAttachments> for Issue

Source§

type Type = AttachmentConnection

The schema marker type of this field.
Source§

impl HasField<formerNeeds> for Issue

Source§

type Type = CustomerNeedConnection

The schema marker type of this field.
Source§

impl HasField<history> for Issue

Source§

type Type = IssueHistoryConnection

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<identifier> for Issue

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<incomingSuggestions> for Issue

Source§

type Type = IssueSuggestionConnection

The schema marker type of this field.
Source§

impl HasField<integrationSourceType> for Issue

Source§

type Type = Option<IntegrationService>

The schema marker type of this field.
Source§

impl HasField<inverseRelations> for Issue

Source§

type Type = IssueRelationConnection

The schema marker type of this field.
Source§

impl HasField<labelIds> for Issue

Source§

type Type = Vec<String>

The schema marker type of this field.
Source§

impl HasField<labels> for Issue

Source§

type Type = IssueLabelConnection

The schema marker type of this field.
Source§

impl HasField<lastAppliedTemplate> for Issue

Source§

type Type = Option<Template>

The schema marker type of this field.
Source§

impl HasField<needs> for Issue

Source§

type Type = CustomerNeedConnection

The schema marker type of this field.
Source§

impl HasField<number> for Issue

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<parent> for Issue

Source§

type Type = Option<Issue>

The schema marker type of this field.
Source§

impl HasField<previousIdentifiers> for Issue

Source§

type Type = Vec<String>

The schema marker type of this field.
Source§

impl HasField<priority> for Issue

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<priorityLabel> for Issue

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<prioritySortOrder> for Issue

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<project> for Issue

Source§

type Type = Option<Project>

The schema marker type of this field.
Source§

impl HasField<projectMilestone> for Issue

Source§

type Type = Option<ProjectMilestone>

The schema marker type of this field.
Source§

impl HasField<reactionData> for Issue

Source§

type Type = JSONObject

The schema marker type of this field.
Source§

impl HasField<reactions> for Issue

Source§

type Type = Vec<Reaction>

The schema marker type of this field.
Source§

impl HasField<recurringIssueTemplate> for Issue

Source§

type Type = Option<Template>

The schema marker type of this field.
Source§

impl HasField<relations> for Issue

Source§

type Type = IssueRelationConnection

The schema marker type of this field.
Source§

impl HasField<slaBreachesAt> for Issue

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<slaHighRiskAt> for Issue

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<slaMediumRiskAt> for Issue

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<slaStartedAt> for Issue

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<slaType> for Issue

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<snoozedBy> for Issue

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<snoozedUntilAt> for Issue

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<sortOrder> for Issue

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<sourceComment> for Issue

Source§

type Type = Option<Comment>

The schema marker type of this field.
Source§

impl HasField<startedAt> for Issue

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<startedTriageAt> for Issue

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<state> for Issue

Source§

type Type = WorkflowState

The schema marker type of this field.
Source§

impl HasField<stateHistory> for Issue

Source§

type Type = IssueStateSpanConnection

The schema marker type of this field.
Source§

impl HasField<subIssueSortOrder> for Issue

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<subscribers> for Issue

Source§

type Type = UserConnection

The schema marker type of this field.
Source§

impl HasField<suggestions> for Issue

Source§

type Type = IssueSuggestionConnection

The schema marker type of this field.
Source§

impl HasField<suggestionsGeneratedAt> for Issue

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<syncedWith> for Issue

Source§

type Type = Option<Vec<ExternalEntityInfo>>

The schema marker type of this field.
Source§

impl HasField<team> for Issue

Source§

type Type = Team

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<trashed> for Issue

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<triagedAt> for Issue

Source§

type Type = Option<DateTime>

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

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 Node

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