pub struct issueContributions;Trait Implementations§
Source§impl Field for issueContributions
impl Field for issueContributions
Source§impl HasArgument<after> for issueContributions
impl HasArgument<after> for issueContributions
Source§impl HasArgument<before> for issueContributions
impl HasArgument<before> for issueContributions
Source§impl HasArgument<excludeFirst> for issueContributions
impl HasArgument<excludeFirst> for issueContributions
Source§impl HasArgument<first> for issueContributions
impl HasArgument<first> for issueContributions
Source§impl HasArgument<last> for issueContributions
impl HasArgument<last> for issueContributions
Source§impl HasArgument<orderBy> for issueContributions
impl HasArgument<orderBy> for issueContributions
Source§type ArgumentType = Option<ContributionOrder>
type ArgumentType = Option<ContributionOrder>
The schema marker type of this argument.
Source§impl HasField<issueContributions> for ContributionsCollection
impl HasField<issueContributions> for ContributionsCollection
Source§type Type = CreatedIssueContributionConnection
type Type = CreatedIssueContributionConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for issueContributions
impl RefUnwindSafe for issueContributions
impl Send for issueContributions
impl Sync for issueContributions
impl Unpin for issueContributions
impl UnwindSafe for issueContributions
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