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