pub struct pullRequestReviewContributions;
Trait Implementations§
Source§impl HasArgument<orderBy> for pullRequestReviewContributions
impl HasArgument<orderBy> for pullRequestReviewContributions
Source§type ArgumentType = Option<ContributionOrder>
type ArgumentType = Option<ContributionOrder>
The schema marker type of this argument.
Source§impl HasField<pullRequestReviewContributions> for ContributionsCollection
impl HasField<pullRequestReviewContributions> for ContributionsCollection
Source§type Type = CreatedPullRequestReviewContributionConnection
type Type = CreatedPullRequestReviewContributionConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for pullRequestReviewContributions
impl RefUnwindSafe for pullRequestReviewContributions
impl Send for pullRequestReviewContributions
impl Sync for pullRequestReviewContributions
impl Unpin for pullRequestReviewContributions
impl UnwindSafe for pullRequestReviewContributions
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