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