pub struct ProjectStatus;Trait Implementations§
Source§impl HasField<__typename> for ProjectStatus
impl HasField<__typename> for ProjectStatus
Source§impl HasField<archivedAt> for ProjectStatus
impl HasField<archivedAt> for ProjectStatus
Source§impl HasField<color> for ProjectStatus
impl HasField<color> for ProjectStatus
Source§impl HasField<createdAt> for ProjectStatus
impl HasField<createdAt> for ProjectStatus
Source§impl HasField<description> for ProjectStatus
impl HasField<description> for ProjectStatus
Source§impl HasField<id> for ProjectStatus
impl HasField<id> for ProjectStatus
Source§impl HasField<indefinite> for ProjectStatus
impl HasField<indefinite> for ProjectStatus
Source§impl HasField<name> for ProjectStatus
impl HasField<name> for ProjectStatus
Source§impl HasField<position> for ProjectStatus
impl HasField<position> for ProjectStatus
Source§impl HasField<type> for ProjectStatus
impl HasField<type> for ProjectStatus
Source§type Type = ProjectStatusType
type Type = ProjectStatusType
The schema marker type of this field.
Source§impl HasField<updatedAt> for ProjectStatus
impl HasField<updatedAt> for ProjectStatus
Source§impl NamedType for ProjectStatus
impl NamedType for ProjectStatus
impl HasSubtype<ProjectStatus> for Node
Auto Trait Implementations§
impl Freeze for ProjectStatus
impl RefUnwindSafe for ProjectStatus
impl Send for ProjectStatus
impl Sync for ProjectStatus
impl Unpin for ProjectStatus
impl UnwindSafe for ProjectStatus
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