pub struct IssueLabel;Trait Implementations§
Source§impl HasField<__typename> for IssueLabel
impl HasField<__typename> for IssueLabel
Source§impl HasField<archivedAt> for IssueLabel
impl HasField<archivedAt> for IssueLabel
Source§impl HasField<children> for IssueLabel
impl HasField<children> for IssueLabel
Source§type Type = IssueLabelConnection
type Type = IssueLabelConnection
The schema marker type of this field.
Source§impl HasField<color> for IssueLabel
impl HasField<color> for IssueLabel
Source§impl HasField<createdAt> for IssueLabel
impl HasField<createdAt> for IssueLabel
Source§impl HasField<creator> for IssueLabel
impl HasField<creator> for IssueLabel
Source§impl HasField<description> for IssueLabel
impl HasField<description> for IssueLabel
Source§impl HasField<inheritedFrom> for IssueLabel
impl HasField<inheritedFrom> for IssueLabel
Source§type Type = Option<IssueLabel>
type Type = Option<IssueLabel>
The schema marker type of this field.
Source§impl HasField<isGroup> for IssueLabel
impl HasField<isGroup> for IssueLabel
Source§impl HasField<issues> for IssueLabel
impl HasField<issues> for IssueLabel
Source§type Type = IssueConnection
type Type = IssueConnection
The schema marker type of this field.
Source§impl HasField<lastAppliedAt> for IssueLabel
impl HasField<lastAppliedAt> for IssueLabel
Source§impl HasField<name> for IssueLabel
impl HasField<name> for IssueLabel
Source§impl HasField<organization> for IssueLabel
impl HasField<organization> for IssueLabel
Source§type Type = Organization
type Type = Organization
The schema marker type of this field.
Source§impl HasField<parent> for IssueLabel
impl HasField<parent> for IssueLabel
Source§type Type = Option<IssueLabel>
type Type = Option<IssueLabel>
The schema marker type of this field.
Source§impl HasField<retiredAt> for IssueLabel
impl HasField<retiredAt> for IssueLabel
Source§impl HasField<retiredBy> for IssueLabel
impl HasField<retiredBy> for IssueLabel
Source§impl HasField<team> for IssueLabel
impl HasField<team> for IssueLabel
Source§impl HasField<updatedAt> for IssueLabel
impl HasField<updatedAt> for IssueLabel
Source§impl NamedType for IssueLabel
impl NamedType for IssueLabel
impl HasSubtype<IssueLabel> for Node
Auto Trait Implementations§
impl Freeze for IssueLabel
impl RefUnwindSafe for IssueLabel
impl Send for IssueLabel
impl Sync for IssueLabel
impl Unpin for IssueLabel
impl UnwindSafe for IssueLabel
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