pub struct ProjectV2View;
Trait Implementations§
Source§impl HasField<__typename> for ProjectV2View
impl HasField<__typename> for ProjectV2View
Source§impl HasField<createdAt> for ProjectV2View
impl HasField<createdAt> for ProjectV2View
Source§impl HasField<databaseId> for ProjectV2View
impl HasField<databaseId> for ProjectV2View
Source§impl HasField<fields> for ProjectV2View
impl HasField<fields> for ProjectV2View
Source§type Type = Option<ProjectV2FieldConfigurationConnection>
type Type = Option<ProjectV2FieldConfigurationConnection>
The schema marker type of this field.
Source§impl HasField<filter> for ProjectV2View
impl HasField<filter> for ProjectV2View
Source§impl HasField<groupBy> for ProjectV2View
impl HasField<groupBy> for ProjectV2View
Source§type Type = Option<ProjectV2FieldConnection>
type Type = Option<ProjectV2FieldConnection>
The schema marker type of this field.
Source§impl HasField<groupByFields> for ProjectV2View
impl HasField<groupByFields> for ProjectV2View
Source§type Type = Option<ProjectV2FieldConfigurationConnection>
type Type = Option<ProjectV2FieldConfigurationConnection>
The schema marker type of this field.
Source§impl HasField<id> for ProjectV2View
impl HasField<id> for ProjectV2View
Source§impl HasField<layout> for ProjectV2View
impl HasField<layout> for ProjectV2View
Source§type Type = ProjectV2ViewLayout
type Type = ProjectV2ViewLayout
The schema marker type of this field.
Source§impl HasField<name> for ProjectV2View
impl HasField<name> for ProjectV2View
Source§impl HasField<number> for ProjectV2View
impl HasField<number> for ProjectV2View
Source§impl HasField<project> for ProjectV2View
impl HasField<project> for ProjectV2View
Source§impl HasField<sortBy> for ProjectV2View
impl HasField<sortBy> for ProjectV2View
Source§type Type = Option<ProjectV2SortByConnection>
type Type = Option<ProjectV2SortByConnection>
The schema marker type of this field.
Source§impl HasField<sortByFields> for ProjectV2View
impl HasField<sortByFields> for ProjectV2View
Source§type Type = Option<ProjectV2SortByFieldConnection>
type Type = Option<ProjectV2SortByFieldConnection>
The schema marker type of this field.
Source§impl HasField<updatedAt> for ProjectV2View
impl HasField<updatedAt> for ProjectV2View
Source§impl HasField<verticalGroupBy> for ProjectV2View
impl HasField<verticalGroupBy> for ProjectV2View
Source§type Type = Option<ProjectV2FieldConnection>
type Type = Option<ProjectV2FieldConnection>
The schema marker type of this field.
Source§impl HasField<verticalGroupByFields> for ProjectV2View
impl HasField<verticalGroupByFields> for ProjectV2View
Source§type Type = Option<ProjectV2FieldConfigurationConnection>
type Type = Option<ProjectV2FieldConfigurationConnection>
The schema marker type of this field.
Source§impl HasField<visibleFields> for ProjectV2View
impl HasField<visibleFields> for ProjectV2View
Source§type Type = Option<ProjectV2FieldConnection>
type Type = Option<ProjectV2FieldConnection>
The schema marker type of this field.
Source§impl NamedType for ProjectV2View
impl NamedType for ProjectV2View
impl HasSubtype<ProjectV2View> for Node
Auto Trait Implementations§
impl Freeze for ProjectV2View
impl RefUnwindSafe for ProjectV2View
impl Send for ProjectV2View
impl Sync for ProjectV2View
impl Unpin for ProjectV2View
impl UnwindSafe for ProjectV2View
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