pub struct Project;
Trait Implementations§
Source§impl HasField<__typename> for Project
impl HasField<__typename> for Project
Source§impl HasField<columns> for Project
impl HasField<columns> for Project
Source§type Type = ProjectColumnConnection
type Type = ProjectColumnConnection
The schema marker type of this field.
Source§impl HasField<databaseId> for Project
impl HasField<databaseId> for Project
Source§impl HasField<owner> for Project
impl HasField<owner> for Project
Source§type Type = ProjectOwner
type Type = ProjectOwner
The schema marker type of this field.
Source§impl HasField<pendingCards> for Project
impl HasField<pendingCards> for Project
Source§type Type = ProjectCardConnection
type Type = ProjectCardConnection
The schema marker type of this field.
Source§impl HasField<progress> for Project
impl HasField<progress> for Project
Source§type Type = ProjectProgress
type Type = ProjectProgress
The schema marker type of this field.
Source§impl HasField<resourcePath> for Project
impl HasField<resourcePath> for Project
Source§impl HasField<state> for Project
impl HasField<state> for Project
Source§type Type = ProjectState
type Type = ProjectState
The schema marker type of this field.
Source§impl HasField<viewerCanClose> for Project
impl HasField<viewerCanClose> for Project
Source§impl HasField<viewerCanReopen> for Project
impl HasField<viewerCanReopen> for Project
Source§impl HasField<viewerCanUpdate> for Project
impl HasField<viewerCanUpdate> for Project
impl HasSubtype<Project> for Closable
impl HasSubtype<Project> for Node
impl HasSubtype<Project> for Updatable
Auto Trait Implementations§
impl Freeze for Project
impl RefUnwindSafe for Project
impl Send for Project
impl Sync for Project
impl Unpin for Project
impl UnwindSafe for Project
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