pub struct firstPullRequestContribution;
Trait Implementations§
Source§impl Field for firstPullRequestContribution
impl Field for firstPullRequestContribution
Source§impl HasField<firstPullRequestContribution> for ContributionsCollection
impl HasField<firstPullRequestContribution> for ContributionsCollection
Source§type Type = Option<CreatedPullRequestOrRestrictedContribution>
type Type = Option<CreatedPullRequestOrRestrictedContribution>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for firstPullRequestContribution
impl RefUnwindSafe for firstPullRequestContribution
impl Send for firstPullRequestContribution
impl Sync for firstPullRequestContribution
impl Unpin for firstPullRequestContribution
impl UnwindSafe for firstPullRequestContribution
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