pub struct DraftIssue;
Trait Implementations§
Source§impl HasField<__typename> for DraftIssue
impl HasField<__typename> for DraftIssue
Source§impl HasField<assignees> for DraftIssue
impl HasField<assignees> for DraftIssue
Source§type Type = UserConnection
type Type = UserConnection
The schema marker type of this field.
Source§impl HasField<body> for DraftIssue
impl HasField<body> for DraftIssue
Source§impl HasField<bodyHTML> for DraftIssue
impl HasField<bodyHTML> for DraftIssue
Source§impl HasField<bodyText> for DraftIssue
impl HasField<bodyText> for DraftIssue
Source§impl HasField<createdAt> for DraftIssue
impl HasField<createdAt> for DraftIssue
Source§impl HasField<creator> for DraftIssue
impl HasField<creator> for DraftIssue
Source§impl HasField<projectV2Items> for DraftIssue
impl HasField<projectV2Items> for DraftIssue
Source§type Type = ProjectV2ItemConnection
type Type = ProjectV2ItemConnection
The schema marker type of this field.
Source§impl HasField<projectsV2> for DraftIssue
impl HasField<projectsV2> for DraftIssue
Source§type Type = ProjectV2Connection
type Type = ProjectV2Connection
The schema marker type of this field.
Source§impl HasField<title> for DraftIssue
impl HasField<title> for DraftIssue
Source§impl HasField<updatedAt> for DraftIssue
impl HasField<updatedAt> for DraftIssue
Source§impl NamedType for DraftIssue
impl NamedType for DraftIssue
impl HasSubtype<DraftIssue> for Node
impl HasSubtype<DraftIssue> for ProjectV2ItemContent
Auto Trait Implementations§
impl Freeze for DraftIssue
impl RefUnwindSafe for DraftIssue
impl Send for DraftIssue
impl Sync for DraftIssue
impl Unpin for DraftIssue
impl UnwindSafe for DraftIssue
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