pub struct ProjectV2;
Trait Implementations§
Source§impl HasField<__typename> for ProjectV2
impl HasField<__typename> for ProjectV2
Source§impl HasField<databaseId> for ProjectV2
impl HasField<databaseId> for ProjectV2
Source§impl HasField<field> for ProjectV2
impl HasField<field> for ProjectV2
Source§type Type = Option<ProjectV2FieldConfiguration>
type Type = Option<ProjectV2FieldConfiguration>
The schema marker type of this field.
Source§impl HasField<fields> for ProjectV2
impl HasField<fields> for ProjectV2
Source§type Type = ProjectV2FieldConfigurationConnection
type Type = ProjectV2FieldConfigurationConnection
The schema marker type of this field.
Source§impl HasField<items> for ProjectV2
impl HasField<items> for ProjectV2
Source§type Type = ProjectV2ItemConnection
type Type = ProjectV2ItemConnection
The schema marker type of this field.
Source§impl HasField<owner> for ProjectV2
impl HasField<owner> for ProjectV2
Source§type Type = ProjectV2Owner
type Type = ProjectV2Owner
The schema marker type of this field.
Source§impl HasField<repositories> for ProjectV2
impl HasField<repositories> for ProjectV2
Source§type Type = RepositoryConnection
type Type = RepositoryConnection
The schema marker type of this field.
Source§impl HasField<resourcePath> for ProjectV2
impl HasField<resourcePath> for ProjectV2
Source§impl HasField<shortDescription> for ProjectV2
impl HasField<shortDescription> for ProjectV2
Source§impl HasField<teams> for ProjectV2
impl HasField<teams> for ProjectV2
Source§type Type = TeamConnection
type Type = TeamConnection
The schema marker type of this field.
Source§impl HasField<view> for ProjectV2
impl HasField<view> for ProjectV2
Source§type Type = Option<ProjectV2View>
type Type = Option<ProjectV2View>
The schema marker type of this field.
Source§impl HasField<viewerCanClose> for ProjectV2
impl HasField<viewerCanClose> for ProjectV2
Source§impl HasField<viewerCanReopen> for ProjectV2
impl HasField<viewerCanReopen> for ProjectV2
Source§impl HasField<viewerCanUpdate> for ProjectV2
impl HasField<viewerCanUpdate> for ProjectV2
Source§impl HasField<views> for ProjectV2
impl HasField<views> for ProjectV2
Source§type Type = ProjectV2ViewConnection
type Type = ProjectV2ViewConnection
The schema marker type of this field.
Source§impl HasField<workflow> for ProjectV2
impl HasField<workflow> for ProjectV2
Source§type Type = Option<ProjectV2Workflow>
type Type = Option<ProjectV2Workflow>
The schema marker type of this field.
Source§impl HasField<workflows> for ProjectV2
impl HasField<workflows> for ProjectV2
Source§type Type = ProjectV2WorkflowConnection
type Type = ProjectV2WorkflowConnection
The schema marker type of this field.
impl HasSubtype<ProjectV2> for Closable
impl HasSubtype<ProjectV2> for Node
impl HasSubtype<ProjectV2> for Updatable
Auto Trait Implementations§
impl Freeze for ProjectV2
impl RefUnwindSafe for ProjectV2
impl Send for ProjectV2
impl Sync for ProjectV2
impl Unpin for ProjectV2
impl UnwindSafe for ProjectV2
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