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