pub struct Project;Trait Implementations§
Source§impl HasField<__typename> for Project
impl HasField<__typename> for Project
Source§impl HasField<archivedAt> for Project
impl HasField<archivedAt> for Project
Source§impl HasField<autoArchivedAt> for Project
impl HasField<autoArchivedAt> for Project
Source§impl HasField<canceledAt> for Project
impl HasField<canceledAt> for Project
Source§impl HasField<comments> for Project
impl HasField<comments> for Project
Source§type Type = CommentConnection
type Type = CommentConnection
The schema marker type of this field.
Source§impl HasField<completedAt> for Project
impl HasField<completedAt> for Project
Source§impl HasField<completedIssueCountHistory> for Project
impl HasField<completedIssueCountHistory> for Project
Source§impl HasField<completedScopeHistory> for Project
impl HasField<completedScopeHistory> for Project
Source§impl HasField<contentState> for Project
impl HasField<contentState> for Project
Source§impl HasField<convertedFromIssue> for Project
impl HasField<convertedFromIssue> for Project
Source§impl HasField<currentProgress> for Project
impl HasField<currentProgress> for Project
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Source§impl HasField<description> for Project
impl HasField<description> for Project
Source§impl HasField<documentContent> for Project
impl HasField<documentContent> for Project
Source§type Type = Option<DocumentContent>
type Type = Option<DocumentContent>
The schema marker type of this field.
Source§impl HasField<documents> for Project
impl HasField<documents> for Project
Source§type Type = DocumentConnection
type Type = DocumentConnection
The schema marker type of this field.
Source§impl HasField<externalLinks> for Project
impl HasField<externalLinks> for Project
Source§type Type = EntityExternalLinkConnection
type Type = EntityExternalLinkConnection
The schema marker type of this field.
Source§impl HasField<frequencyResolution> for Project
impl HasField<frequencyResolution> for Project
Source§type Type = FrequencyResolutionType
type Type = FrequencyResolutionType
The schema marker type of this field.
Source§impl HasField<health> for Project
impl HasField<health> for Project
Source§type Type = Option<ProjectUpdateHealthType>
type Type = Option<ProjectUpdateHealthType>
The schema marker type of this field.
Source§impl HasField<healthUpdatedAt> for Project
impl HasField<healthUpdatedAt> for Project
Source§impl HasField<history> for Project
impl HasField<history> for Project
Source§type Type = ProjectHistoryConnection
type Type = ProjectHistoryConnection
The schema marker type of this field.
Source§impl HasField<inProgressScopeHistory> for Project
impl HasField<inProgressScopeHistory> for Project
Source§impl HasField<initiatives> for Project
impl HasField<initiatives> for Project
Source§type Type = InitiativeConnection
type Type = InitiativeConnection
The schema marker type of this field.
Source§impl HasField<integrationsSettings> for Project
impl HasField<integrationsSettings> for Project
Source§type Type = Option<IntegrationsSettings>
type Type = Option<IntegrationsSettings>
The schema marker type of this field.
Source§impl HasField<inverseRelations> for Project
impl HasField<inverseRelations> for Project
Source§type Type = ProjectRelationConnection
type Type = ProjectRelationConnection
The schema marker type of this field.
Source§impl HasField<issueCountHistory> for Project
impl HasField<issueCountHistory> for Project
Source§impl HasField<issues> for Project
impl HasField<issues> for Project
Source§type Type = IssueConnection
type Type = IssueConnection
The schema marker type of this field.
Source§impl HasField<labels> for Project
impl HasField<labels> for Project
Source§type Type = ProjectLabelConnection
type Type = ProjectLabelConnection
The schema marker type of this field.
Source§impl HasField<lastAppliedTemplate> for Project
impl HasField<lastAppliedTemplate> for Project
Source§impl HasField<lastUpdate> for Project
impl HasField<lastUpdate> for Project
Source§type Type = Option<ProjectUpdate>
type Type = Option<ProjectUpdate>
The schema marker type of this field.
Source§impl HasField<members> for Project
impl HasField<members> for Project
Source§type Type = UserConnection
type Type = UserConnection
The schema marker type of this field.
Source§impl HasField<needs> for Project
impl HasField<needs> for Project
Source§type Type = CustomerNeedConnection
type Type = CustomerNeedConnection
The schema marker type of this field.
Source§impl HasField<priorityLabel> for Project
impl HasField<priorityLabel> for Project
Source§impl HasField<prioritySortOrder> for Project
impl HasField<prioritySortOrder> for Project
Source§impl HasField<progressHistory> for Project
impl HasField<progressHistory> for Project
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Source§impl HasField<projectMilestones> for Project
impl HasField<projectMilestones> for Project
Source§type Type = ProjectMilestoneConnection
type Type = ProjectMilestoneConnection
The schema marker type of this field.
Source§impl HasField<projectUpdates> for Project
impl HasField<projectUpdates> for Project
Source§type Type = ProjectUpdateConnection
type Type = ProjectUpdateConnection
The schema marker type of this field.
Source§impl HasField<relations> for Project
impl HasField<relations> for Project
Source§type Type = ProjectRelationConnection
type Type = ProjectRelationConnection
The schema marker type of this field.
Source§impl HasField<scopeHistory> for Project
impl HasField<scopeHistory> for Project
Source§impl HasField<slackIssueComments> for Project
impl HasField<slackIssueComments> for Project
Source§impl HasField<slackIssueStatuses> for Project
impl HasField<slackIssueStatuses> for Project
Source§impl HasField<slackNewIssue> for Project
impl HasField<slackNewIssue> for Project
Source§impl HasField<startDate> for Project
impl HasField<startDate> for Project
Source§type Type = Option<TimelessDate>
type Type = Option<TimelessDate>
The schema marker type of this field.
Source§impl HasField<startDateResolution> for Project
impl HasField<startDateResolution> for Project
Source§type Type = Option<DateResolutionType>
type Type = Option<DateResolutionType>
The schema marker type of this field.
Source§impl HasField<status> for Project
impl HasField<status> for Project
Source§type Type = ProjectStatus
type Type = ProjectStatus
The schema marker type of this field.
Source§impl HasField<targetDate> for Project
impl HasField<targetDate> for Project
Source§type Type = Option<TimelessDate>
type Type = Option<TimelessDate>
The schema marker type of this field.
Source§impl HasField<targetDateResolution> for Project
impl HasField<targetDateResolution> for Project
Source§type Type = Option<DateResolutionType>
type Type = Option<DateResolutionType>
The schema marker type of this field.
Source§impl HasField<teams> for Project
impl HasField<teams> for Project
Source§type Type = TeamConnection
type Type = TeamConnection
The schema marker type of this field.
Source§impl HasField<updateReminderFrequency> for Project
impl HasField<updateReminderFrequency> for Project
Source§impl HasField<updateRemindersDay> for Project
impl HasField<updateRemindersDay> for Project
Source§impl HasField<updateRemindersHour> for Project
impl HasField<updateRemindersHour> for Project
impl HasSubtype<Project> for Node
Auto Trait Implementations§
impl Freeze for Project
impl RefUnwindSafe for Project
impl Send for Project
impl Sync for Project
impl Unpin for Project
impl UnwindSafe for Project
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