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