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