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