Project

Struct Project 

Source
pub struct Project;

Trait Implementations§

Source§

impl HasField<__typename> for Project

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<archivedAt> for Project

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<autoArchivedAt> for Project

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<canceledAt> for Project

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<color> for Project

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<comments> for Project

Source§

type Type = CommentConnection

The schema marker type of this field.
Source§

impl HasField<completedAt> for Project

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<completedIssueCountHistory> for Project

Source§

type Type = Vec<f64>

The schema marker type of this field.
Source§

impl HasField<completedScopeHistory> for Project

Source§

type Type = Vec<f64>

The schema marker type of this field.
Source§

impl HasField<content> for Project

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<contentState> for Project

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<convertedFromIssue> for Project

Source§

type Type = Option<Issue>

The schema marker type of this field.
Source§

impl HasField<createdAt> for Project

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<creator> for Project

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<currentProgress> for Project

Source§

type Type = JSONObject

The schema marker type of this field.
Source§

impl HasField<description> for Project

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<documentContent> for Project

Source§

type Type = Option<DocumentContent>

The schema marker type of this field.
Source§

impl HasField<documents> for Project

Source§

type Type = DocumentConnection

The schema marker type of this field.
Source§

impl HasField<externalLinks> for Project

Source§

type Type = EntityExternalLinkConnection

The schema marker type of this field.
Source§

impl HasField<facets> for Project

Source§

type Type = Vec<Facet>

The schema marker type of this field.
Source§

impl HasField<favorite> for Project

Source§

type Type = Option<Favorite>

The schema marker type of this field.
Source§

impl HasField<frequencyResolution> for Project

Source§

type Type = FrequencyResolutionType

The schema marker type of this field.
Source§

impl HasField<health> for Project

Source§

type Type = Option<ProjectUpdateHealthType>

The schema marker type of this field.
Source§

impl HasField<healthUpdatedAt> for Project

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<history> for Project

Source§

type Type = ProjectHistoryConnection

The schema marker type of this field.
Source§

impl HasField<icon> for Project

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<id> for Project

Source§

type Type = Id

The schema marker type of this field.
Source§

impl HasField<inProgressScopeHistory> for Project

Source§

type Type = Vec<f64>

The schema marker type of this field.
Source§

impl HasField<initiatives> for Project

Source§

type Type = InitiativeConnection

The schema marker type of this field.
Source§

impl HasField<integrationsSettings> for Project

Source§

type Type = Option<IntegrationsSettings>

The schema marker type of this field.
Source§

impl HasField<inverseRelations> for Project

Source§

type Type = ProjectRelationConnection

The schema marker type of this field.
Source§

impl HasField<issueCountHistory> for Project

Source§

type Type = Vec<f64>

The schema marker type of this field.
Source§

impl HasField<issues> for Project

Source§

type Type = IssueConnection

The schema marker type of this field.
Source§

impl HasField<labelIds> for Project

Source§

type Type = Vec<String>

The schema marker type of this field.
Source§

impl HasField<labels> for Project

Source§

type Type = ProjectLabelConnection

The schema marker type of this field.
Source§

impl HasField<lastAppliedTemplate> for Project

Source§

type Type = Option<Template>

The schema marker type of this field.
Source§

impl HasField<lastUpdate> for Project

Source§

type Type = Option<ProjectUpdate>

The schema marker type of this field.
Source§

impl HasField<lead> for Project

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<members> for Project

Source§

type Type = UserConnection

The schema marker type of this field.
Source§

impl HasField<name> for Project

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<needs> for Project

Source§

type Type = CustomerNeedConnection

The schema marker type of this field.
Source§

impl HasField<priority> for Project

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<priorityLabel> for Project

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<prioritySortOrder> for Project

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<progress> for Project

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<progressHistory> for Project

Source§

type Type = JSONObject

The schema marker type of this field.
Source§

impl HasField<projectMilestones> for Project

Source§

type Type = ProjectMilestoneConnection

The schema marker type of this field.
Source§

impl HasField<projectUpdateRemindersPausedUntilAt> for Project

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<projectUpdates> for Project

Source§

type Type = ProjectUpdateConnection

The schema marker type of this field.
Source§

impl HasField<relations> for Project

Source§

type Type = ProjectRelationConnection

The schema marker type of this field.
Source§

impl HasField<scope> for Project

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<scopeHistory> for Project

Source§

type Type = Vec<f64>

The schema marker type of this field.
Source§

impl HasField<slackIssueComments> for Project

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<slackIssueStatuses> for Project

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<slackNewIssue> for Project

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<slugId> for Project

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<sortOrder> for Project

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<startDate> for Project

Source§

type Type = Option<TimelessDate>

The schema marker type of this field.
Source§

impl HasField<startDateResolution> for Project

Source§

type Type = Option<DateResolutionType>

The schema marker type of this field.
Source§

impl HasField<startedAt> for Project

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<state> for Project

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<status> for Project

Source§

type Type = ProjectStatus

The schema marker type of this field.
Source§

impl HasField<targetDate> for Project

Source§

type Type = Option<TimelessDate>

The schema marker type of this field.
Source§

impl HasField<targetDateResolution> for Project

Source§

type Type = Option<DateResolutionType>

The schema marker type of this field.
Source§

impl HasField<teams> for Project

Source§

type Type = TeamConnection

The schema marker type of this field.
Source§

impl HasField<trashed> for Project

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<updateReminderFrequency> for Project

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<updateReminderFrequencyInWeeks> for Project

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<updateRemindersDay> for Project

Source§

type Type = Option<Day>

The schema marker type of this field.
Source§

impl HasField<updateRemindersHour> for Project

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<updatedAt> for Project

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<url> for Project

Source§

type Type = String

The schema marker type of this field.
Source§

impl NamedType for Project

Source§

const NAME: &'static str = "Project"

The name of this type
Source§

impl HasSubtype<Project> 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