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