pub struct PullRequestReviewContributionsByRepository;
Trait Implementations§
Source§impl HasField<contributions> for PullRequestReviewContributionsByRepository
impl HasField<contributions> for PullRequestReviewContributionsByRepository
Source§type Type = CreatedPullRequestReviewContributionConnection
type Type = CreatedPullRequestReviewContributionConnection
The schema marker type of this field.
Source§impl HasField<repository> for PullRequestReviewContributionsByRepository
impl HasField<repository> for PullRequestReviewContributionsByRepository
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for PullRequestReviewContributionsByRepository
impl RefUnwindSafe for PullRequestReviewContributionsByRepository
impl Send for PullRequestReviewContributionsByRepository
impl Sync for PullRequestReviewContributionsByRepository
impl Unpin for PullRequestReviewContributionsByRepository
impl UnwindSafe for PullRequestReviewContributionsByRepository
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