IssueSearchResult

Struct IssueSearchResult 

Source
pub struct IssueSearchResult;

Trait Implementations§

Source§

impl HasField<__typename> for IssueSearchResult

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<activitySummary> for IssueSearchResult

Source§

type Type = Option<JSONObject>

The schema marker type of this field.
Source§

impl HasField<addedToCycleAt> for IssueSearchResult

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<addedToProjectAt> for IssueSearchResult

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<addedToTeamAt> for IssueSearchResult

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<archivedAt> for IssueSearchResult

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<asksExternalUserRequester> for IssueSearchResult

Source§

type Type = Option<ExternalUser>

The schema marker type of this field.
Source§

impl HasField<asksRequester> for IssueSearchResult

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<assignee> for IssueSearchResult

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<attachments> for IssueSearchResult

Source§

type Type = AttachmentConnection

The schema marker type of this field.
Source§

impl HasField<autoArchivedAt> for IssueSearchResult

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<autoClosedAt> for IssueSearchResult

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<boardOrder> for IssueSearchResult

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<botActor> for IssueSearchResult

Source§

type Type = Option<ActorBot>

The schema marker type of this field.
Source§

impl HasField<branchName> for IssueSearchResult

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<canceledAt> for IssueSearchResult

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<children> for IssueSearchResult

Source§

type Type = IssueConnection

The schema marker type of this field.
Source§

impl HasField<comments> for IssueSearchResult

Source§

type Type = CommentConnection

The schema marker type of this field.
Source§

impl HasField<completedAt> for IssueSearchResult

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<createdAt> for IssueSearchResult

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<creator> for IssueSearchResult

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<customerTicketCount> for IssueSearchResult

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<cycle> for IssueSearchResult

Source§

type Type = Option<Cycle>

The schema marker type of this field.
Source§

impl HasField<delegate> for IssueSearchResult

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<description> for IssueSearchResult

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<descriptionState> for IssueSearchResult

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<documentContent> for IssueSearchResult

Source§

type Type = Option<DocumentContent>

The schema marker type of this field.
Source§

impl HasField<documents> for IssueSearchResult

Source§

type Type = DocumentConnection

The schema marker type of this field.
Source§

impl HasField<dueDate> for IssueSearchResult

Source§

type Type = Option<TimelessDate>

The schema marker type of this field.
Source§

impl HasField<estimate> for IssueSearchResult

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<externalUserCreator> for IssueSearchResult

Source§

type Type = Option<ExternalUser>

The schema marker type of this field.
Source§

impl HasField<favorite> for IssueSearchResult

Source§

type Type = Option<Favorite>

The schema marker type of this field.
Source§

impl HasField<formerAttachments> for IssueSearchResult

Source§

type Type = AttachmentConnection

The schema marker type of this field.
Source§

impl HasField<formerNeeds> for IssueSearchResult

Source§

type Type = CustomerNeedConnection

The schema marker type of this field.
Source§

impl HasField<history> for IssueSearchResult

Source§

type Type = IssueHistoryConnection

The schema marker type of this field.
Source§

impl HasField<id> for IssueSearchResult

Source§

type Type = Id

The schema marker type of this field.
Source§

impl HasField<identifier> for IssueSearchResult

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<incomingSuggestions> for IssueSearchResult

Source§

type Type = IssueSuggestionConnection

The schema marker type of this field.
Source§

impl HasField<integrationSourceType> for IssueSearchResult

Source§

type Type = Option<IntegrationService>

The schema marker type of this field.
Source§

impl HasField<inverseRelations> for IssueSearchResult

Source§

type Type = IssueRelationConnection

The schema marker type of this field.
Source§

impl HasField<labelIds> for IssueSearchResult

Source§

type Type = Vec<String>

The schema marker type of this field.
Source§

impl HasField<labels> for IssueSearchResult

Source§

type Type = IssueLabelConnection

The schema marker type of this field.
Source§

impl HasField<lastAppliedTemplate> for IssueSearchResult

Source§

type Type = Option<Template>

The schema marker type of this field.
Source§

impl HasField<metadata> for IssueSearchResult

Source§

type Type = JSONObject

The schema marker type of this field.
Source§

impl HasField<needs> for IssueSearchResult

Source§

type Type = CustomerNeedConnection

The schema marker type of this field.
Source§

impl HasField<number> for IssueSearchResult

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<parent> for IssueSearchResult

Source§

type Type = Option<Issue>

The schema marker type of this field.
Source§

impl HasField<previousIdentifiers> for IssueSearchResult

Source§

type Type = Vec<String>

The schema marker type of this field.
Source§

impl HasField<priority> for IssueSearchResult

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<priorityLabel> for IssueSearchResult

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<prioritySortOrder> for IssueSearchResult

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<project> for IssueSearchResult

Source§

type Type = Option<Project>

The schema marker type of this field.
Source§

impl HasField<projectMilestone> for IssueSearchResult

Source§

type Type = Option<ProjectMilestone>

The schema marker type of this field.
Source§

impl HasField<reactionData> for IssueSearchResult

Source§

type Type = JSONObject

The schema marker type of this field.
Source§

impl HasField<reactions> for IssueSearchResult

Source§

type Type = Vec<Reaction>

The schema marker type of this field.
Source§

impl HasField<recurringIssueTemplate> for IssueSearchResult

Source§

type Type = Option<Template>

The schema marker type of this field.
Source§

impl HasField<relations> for IssueSearchResult

Source§

type Type = IssueRelationConnection

The schema marker type of this field.
Source§

impl HasField<slaBreachesAt> for IssueSearchResult

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<slaHighRiskAt> for IssueSearchResult

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<slaMediumRiskAt> for IssueSearchResult

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<slaStartedAt> for IssueSearchResult

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<slaType> for IssueSearchResult

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<snoozedBy> for IssueSearchResult

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<snoozedUntilAt> for IssueSearchResult

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<sortOrder> for IssueSearchResult

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<sourceComment> for IssueSearchResult

Source§

type Type = Option<Comment>

The schema marker type of this field.
Source§

impl HasField<startedAt> for IssueSearchResult

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<startedTriageAt> for IssueSearchResult

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<state> for IssueSearchResult

Source§

type Type = WorkflowState

The schema marker type of this field.
Source§

impl HasField<stateHistory> for IssueSearchResult

Source§

type Type = IssueStateSpanConnection

The schema marker type of this field.
Source§

impl HasField<subIssueSortOrder> for IssueSearchResult

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<subscribers> for IssueSearchResult

Source§

type Type = UserConnection

The schema marker type of this field.
Source§

impl HasField<suggestions> for IssueSearchResult

Source§

type Type = IssueSuggestionConnection

The schema marker type of this field.
Source§

impl HasField<suggestionsGeneratedAt> for IssueSearchResult

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<syncedWith> for IssueSearchResult

Source§

type Type = Option<Vec<ExternalEntityInfo>>

The schema marker type of this field.
Source§

impl HasField<team> for IssueSearchResult

Source§

type Type = Team

The schema marker type of this field.
Source§

impl HasField<title> for IssueSearchResult

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<trashed> for IssueSearchResult

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<triagedAt> for IssueSearchResult

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<updatedAt> for IssueSearchResult

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<url> for IssueSearchResult

Source§

type Type = String

The schema marker type of this field.
Source§

impl NamedType for IssueSearchResult

Source§

const NAME: &'static str = "IssueSearchResult"

The name of this type
Source§

impl HasSubtype<IssueSearchResult> for Node

Auto Trait Implementations§

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