pub struct issueRepositorySuggestions;Trait Implementations§
Source§impl Field for issueRepositorySuggestions
impl Field for issueRepositorySuggestions
Source§impl HasArgument<candidateRepositories> for issueRepositorySuggestions
impl HasArgument<candidateRepositories> for issueRepositorySuggestions
Source§type ArgumentType = Vec<CandidateRepository>
type ArgumentType = Vec<CandidateRepository>
The schema marker type of this argument.
Source§impl HasField<issueRepositorySuggestions> for Query
impl HasField<issueRepositorySuggestions> for Query
Source§type Type = RepositorySuggestionsPayload
type Type = RepositorySuggestionsPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for issueRepositorySuggestions
impl RefUnwindSafe for issueRepositorySuggestions
impl Send for issueRepositorySuggestions
impl Sync for issueRepositorySuggestions
impl Unpin for issueRepositorySuggestions
impl UnwindSafe for issueRepositorySuggestions
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