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