pub struct CreatedIssueContribution;
Trait Implementations§
Source§impl HasField<issue> for CreatedIssueContribution
impl HasField<issue> for CreatedIssueContribution
Source§impl HasField<url> for CreatedIssueContribution
impl HasField<url> for CreatedIssueContribution
Source§impl HasField<user> for CreatedIssueContribution
impl HasField<user> for CreatedIssueContribution
Source§impl NamedType for CreatedIssueContribution
impl NamedType for CreatedIssueContribution
impl HasSubtype<CreatedIssueContribution> for Contribution
impl HasSubtype<CreatedIssueContribution> for CreatedIssueOrRestrictedContribution
Auto Trait Implementations§
impl Freeze for CreatedIssueContribution
impl RefUnwindSafe for CreatedIssueContribution
impl Send for CreatedIssueContribution
impl Sync for CreatedIssueContribution
impl Unpin for CreatedIssueContribution
impl UnwindSafe for CreatedIssueContribution
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