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