pub struct suggestions;Trait Implementations§
Source§impl Field for suggestions
impl Field for suggestions
Source§impl HasField<suggestions> for RepositorySuggestionsPayload
impl HasField<suggestions> for RepositorySuggestionsPayload
Source§type Type = Vec<RepositorySuggestion>
type Type = Vec<RepositorySuggestion>
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