pub struct RepositorySuggestionsPayload;Trait Implementations§
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 RepositorySuggestionsPayload
impl RefUnwindSafe for RepositorySuggestionsPayload
impl Send for RepositorySuggestionsPayload
impl Sync for RepositorySuggestionsPayload
impl Unpin for RepositorySuggestionsPayload
impl UnwindSafe for RepositorySuggestionsPayload
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