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