Struct ProjectV2

Source
pub struct ProjectV2;

Trait Implementations§

Source§

impl HasField<__typename> for ProjectV2

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<closed> for ProjectV2

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<closedAt> for ProjectV2

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<createdAt> for ProjectV2

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<creator> for ProjectV2

Source§

type Type = Option<Actor>

The schema marker type of this field.
Source§

impl HasField<databaseId> for ProjectV2

Source§

type Type = Option<i32>

The schema marker type of this field.
Source§

impl HasField<field> for ProjectV2

Source§

type Type = Option<ProjectV2FieldConfiguration>

The schema marker type of this field.
Source§

impl HasField<fields> for ProjectV2

Source§

type Type = ProjectV2FieldConfigurationConnection

The schema marker type of this field.
Source§

impl HasField<id> for ProjectV2

Source§

type Type = Id

The schema marker type of this field.
Source§

impl HasField<items> for ProjectV2

Source§

type Type = ProjectV2ItemConnection

The schema marker type of this field.
Source§

impl HasField<number> for ProjectV2

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<owner> for ProjectV2

Source§

type Type = ProjectV2Owner

The schema marker type of this field.
Source§

impl HasField<public> for ProjectV2

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<readme> for ProjectV2

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<repositories> for ProjectV2

Source§

type Type = RepositoryConnection

The schema marker type of this field.
Source§

impl HasField<resourcePath> for ProjectV2

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<shortDescription> for ProjectV2

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<teams> for ProjectV2

Source§

type Type = TeamConnection

The schema marker type of this field.
Source§

impl HasField<template> for ProjectV2

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<title> for ProjectV2

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<updatedAt> for ProjectV2

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<url> for ProjectV2

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<view> for ProjectV2

Source§

type Type = Option<ProjectV2View>

The schema marker type of this field.
Source§

impl HasField<viewerCanClose> for ProjectV2

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanReopen> for ProjectV2

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanUpdate> for ProjectV2

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<views> for ProjectV2

Source§

type Type = ProjectV2ViewConnection

The schema marker type of this field.
Source§

impl HasField<workflow> for ProjectV2

Source§

type Type = Option<ProjectV2Workflow>

The schema marker type of this field.
Source§

impl HasField<workflows> for ProjectV2

Source§

type Type = ProjectV2WorkflowConnection

The schema marker type of this field.
Source§

impl NamedType for ProjectV2

Source§

const NAME: &'static str = "ProjectV2"

The name of this type
Source§

impl HasSubtype<ProjectV2> for Closable

Source§

impl HasSubtype<ProjectV2> for Node

Source§

impl HasSubtype<ProjectV2> for Updatable

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> IsFieldType<T> for T