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