pub struct searchProjects;Trait Implementations§
Source§impl Field for searchProjects
impl Field for searchProjects
Source§impl HasArgument<after> for searchProjects
impl HasArgument<after> for searchProjects
Source§impl HasArgument<before> for searchProjects
impl HasArgument<before> for searchProjects
Source§impl HasArgument<first> for searchProjects
impl HasArgument<first> for searchProjects
Source§impl HasArgument<includeArchived> for searchProjects
impl HasArgument<includeArchived> for searchProjects
Source§impl HasArgument<includeComments> for searchProjects
impl HasArgument<includeComments> for searchProjects
Source§impl HasArgument<last> for searchProjects
impl HasArgument<last> for searchProjects
Source§impl HasArgument<orderBy> for searchProjects
impl HasArgument<orderBy> for searchProjects
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Source§impl HasArgument<teamId> for searchProjects
impl HasArgument<teamId> for searchProjects
Source§impl HasArgument<term> for searchProjects
impl HasArgument<term> for searchProjects
Source§impl HasField<searchProjects> for Query
impl HasField<searchProjects> for Query
Source§type Type = ProjectSearchPayload
type Type = ProjectSearchPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for searchProjects
impl RefUnwindSafe for searchProjects
impl Send for searchProjects
impl Sync for searchProjects
impl Unpin for searchProjects
impl UnwindSafe for searchProjects
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