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