pub struct RepositorySuggestion;Trait Implementations§
Source§impl HasField<__typename> for RepositorySuggestion
impl HasField<__typename> for RepositorySuggestion
Source§impl HasField<confidence> for RepositorySuggestion
impl HasField<confidence> for RepositorySuggestion
Source§impl HasField<hostname> for RepositorySuggestion
impl HasField<hostname> for RepositorySuggestion
Auto Trait Implementations§
impl Freeze for RepositorySuggestion
impl RefUnwindSafe for RepositorySuggestion
impl Send for RepositorySuggestion
impl Sync for RepositorySuggestion
impl Unpin for RepositorySuggestion
impl UnwindSafe for RepositorySuggestion
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