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