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