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