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