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