pub struct ProjectRelation;Trait Implementations§
Source§impl HasField<__typename> for ProjectRelation
impl HasField<__typename> for ProjectRelation
Source§impl HasField<anchorType> for ProjectRelation
impl HasField<anchorType> for ProjectRelation
Source§impl HasField<archivedAt> for ProjectRelation
impl HasField<archivedAt> for ProjectRelation
Source§impl HasField<createdAt> for ProjectRelation
impl HasField<createdAt> for ProjectRelation
Source§impl HasField<id> for ProjectRelation
impl HasField<id> for ProjectRelation
Source§impl HasField<project> for ProjectRelation
impl HasField<project> for ProjectRelation
Source§impl HasField<projectMilestone> for ProjectRelation
impl HasField<projectMilestone> for ProjectRelation
Source§type Type = Option<ProjectMilestone>
type Type = Option<ProjectMilestone>
The schema marker type of this field.
Source§type Type = Option<ProjectMilestone>
type Type = Option<ProjectMilestone>
The schema marker type of this field.
Source§impl HasField<type> for ProjectRelation
impl HasField<type> for ProjectRelation
Source§impl HasField<updatedAt> for ProjectRelation
impl HasField<updatedAt> for ProjectRelation
Source§impl HasField<user> for ProjectRelation
impl HasField<user> for ProjectRelation
Source§impl NamedType for ProjectRelation
impl NamedType for ProjectRelation
impl HasSubtype<ProjectRelation> for Node
Auto Trait Implementations§
impl Freeze for ProjectRelation
impl RefUnwindSafe for ProjectRelation
impl Send for ProjectRelation
impl Sync for ProjectRelation
impl Unpin for ProjectRelation
impl UnwindSafe for ProjectRelation
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