pub struct IssueContributionsByRepository;
Trait Implementations§
Source§impl HasField<contributions> for IssueContributionsByRepository
impl HasField<contributions> for IssueContributionsByRepository
Source§type Type = CreatedIssueContributionConnection
type Type = CreatedIssueContributionConnection
The schema marker type of this field.
Source§impl HasField<repository> for IssueContributionsByRepository
impl HasField<repository> for IssueContributionsByRepository
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for IssueContributionsByRepository
impl RefUnwindSafe for IssueContributionsByRepository
impl Send for IssueContributionsByRepository
impl Sync for IssueContributionsByRepository
impl Unpin for IssueContributionsByRepository
impl UnwindSafe for IssueContributionsByRepository
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