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