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