pub struct recentProjects;
Trait Implementations§
Source§impl Field for recentProjects
impl Field for recentProjects
Source§impl HasArgument<after> for recentProjects
impl HasArgument<after> for recentProjects
Source§impl HasArgument<before> for recentProjects
impl HasArgument<before> for recentProjects
Source§impl HasArgument<first> for recentProjects
impl HasArgument<first> for recentProjects
Source§impl HasArgument<last> for recentProjects
impl HasArgument<last> for recentProjects
Source§impl HasField<recentProjects> for Repository
impl HasField<recentProjects> for Repository
Source§type Type = ProjectV2Connection
type Type = ProjectV2Connection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for recentProjects
impl RefUnwindSafe for recentProjects
impl Send for recentProjects
impl Sync for recentProjects
impl Unpin for recentProjects
impl UnwindSafe for recentProjects
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