pub struct CreatedPullRequestReviewContribution;
Trait Implementations§
Source§impl HasField<pullRequest> for CreatedPullRequestReviewContribution
impl HasField<pullRequest> for CreatedPullRequestReviewContribution
Source§type Type = PullRequest
type Type = PullRequest
The schema marker type of this field.
Source§impl HasField<pullRequestReview> for CreatedPullRequestReviewContribution
impl HasField<pullRequestReview> for CreatedPullRequestReviewContribution
Source§type Type = PullRequestReview
type Type = PullRequestReview
The schema marker type of this field.
Source§impl HasField<repository> for CreatedPullRequestReviewContribution
impl HasField<repository> for CreatedPullRequestReviewContribution
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
impl HasSubtype<CreatedPullRequestReviewContribution> for Contribution
Auto Trait Implementations§
impl Freeze for CreatedPullRequestReviewContribution
impl RefUnwindSafe for CreatedPullRequestReviewContribution
impl Send for CreatedPullRequestReviewContribution
impl Sync for CreatedPullRequestReviewContribution
impl Unpin for CreatedPullRequestReviewContribution
impl UnwindSafe for CreatedPullRequestReviewContribution
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