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