pub struct ProjectRelationEdge;Trait Implementations§
Source§impl HasField<__typename> for ProjectRelationEdge
impl HasField<__typename> for ProjectRelationEdge
Source§impl HasField<cursor> for ProjectRelationEdge
impl HasField<cursor> for ProjectRelationEdge
Source§impl HasField<node> for ProjectRelationEdge
impl HasField<node> for ProjectRelationEdge
Source§type Type = ProjectRelation
type Type = ProjectRelation
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for ProjectRelationEdge
impl RefUnwindSafe for ProjectRelationEdge
impl Send for ProjectRelationEdge
impl Sync for ProjectRelationEdge
impl Unpin for ProjectRelationEdge
impl UnwindSafe for ProjectRelationEdge
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