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