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