pub struct ProjectMilestone;Trait Implementations§
Source§impl HasField<__typename> for ProjectMilestone
impl HasField<__typename> for ProjectMilestone
Source§impl HasField<archivedAt> for ProjectMilestone
impl HasField<archivedAt> for ProjectMilestone
Source§impl HasField<createdAt> for ProjectMilestone
impl HasField<createdAt> for ProjectMilestone
Source§impl HasField<currentProgress> for ProjectMilestone
impl HasField<currentProgress> for ProjectMilestone
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Source§impl HasField<description> for ProjectMilestone
impl HasField<description> for ProjectMilestone
Source§impl HasField<descriptionState> for ProjectMilestone
impl HasField<descriptionState> for ProjectMilestone
Source§impl HasField<documentContent> for ProjectMilestone
impl HasField<documentContent> for ProjectMilestone
Source§type Type = Option<DocumentContent>
type Type = Option<DocumentContent>
The schema marker type of this field.
Source§impl HasField<id> for ProjectMilestone
impl HasField<id> for ProjectMilestone
Source§impl HasField<issues> for ProjectMilestone
impl HasField<issues> for ProjectMilestone
Source§type Type = IssueConnection
type Type = IssueConnection
The schema marker type of this field.
Source§impl HasField<name> for ProjectMilestone
impl HasField<name> for ProjectMilestone
Source§impl HasField<progress> for ProjectMilestone
impl HasField<progress> for ProjectMilestone
Source§impl HasField<progressHistory> for ProjectMilestone
impl HasField<progressHistory> for ProjectMilestone
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Source§impl HasField<project> for ProjectMilestone
impl HasField<project> for ProjectMilestone
Source§impl HasField<sortOrder> for ProjectMilestone
impl HasField<sortOrder> for ProjectMilestone
Source§impl HasField<status> for ProjectMilestone
impl HasField<status> for ProjectMilestone
Source§type Type = ProjectMilestoneStatus
type Type = ProjectMilestoneStatus
The schema marker type of this field.
Source§impl HasField<targetDate> for ProjectMilestone
impl HasField<targetDate> for ProjectMilestone
Source§type Type = Option<TimelessDate>
type Type = Option<TimelessDate>
The schema marker type of this field.
Source§impl HasField<updatedAt> for ProjectMilestone
impl HasField<updatedAt> for ProjectMilestone
Source§impl NamedType for ProjectMilestone
impl NamedType for ProjectMilestone
impl HasSubtype<ProjectMilestone> for Node
Auto Trait Implementations§
impl Freeze for ProjectMilestone
impl RefUnwindSafe for ProjectMilestone
impl Send for ProjectMilestone
impl Sync for ProjectMilestone
impl Unpin for ProjectMilestone
impl UnwindSafe for ProjectMilestone
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