pub struct projects;
Trait Implementations§
Source§impl HasArgument<after> for projects
impl HasArgument<after> for projects
Source§impl HasArgument<before> for projects
impl HasArgument<before> for projects
Source§impl HasArgument<first> for projects
impl HasArgument<first> for projects
Source§impl HasArgument<last> for projects
impl HasArgument<last> for projects
Source§impl HasArgument<orderBy> for projects
impl HasArgument<orderBy> for projects
Source§type ArgumentType = Option<ProjectOrder>
type ArgumentType = Option<ProjectOrder>
The schema marker type of this argument.
Source§impl HasArgument<search> for projects
impl HasArgument<search> for projects
Source§impl HasArgument<states> for projects
impl HasArgument<states> for projects
Source§type ArgumentType = Option<Vec<ProjectState>>
type ArgumentType = Option<Vec<ProjectState>>
The schema marker type of this argument.
Source§impl HasField<projects> for Repository
impl HasField<projects> for Repository
Source§type Type = ProjectConnection
type Type = ProjectConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for projects
impl RefUnwindSafe for projects
impl Send for projects
impl Sync for projects
impl Unpin for projects
impl UnwindSafe for projects
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