pub struct pullRequestReviewContributionsByRepository;
Trait Implementations§
Source§impl HasField<pullRequestReviewContributionsByRepository> for ContributionsCollection
impl HasField<pullRequestReviewContributionsByRepository> for ContributionsCollection
Source§type Type = Vec<PullRequestReviewContributionsByRepository>
type Type = Vec<PullRequestReviewContributionsByRepository>
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