pub struct IssueSuggestionConnection;Trait Implementations§
Source§impl HasField<edges> for IssueSuggestionConnection
impl HasField<edges> for IssueSuggestionConnection
Source§type Type = Vec<IssueSuggestionEdge>
type Type = Vec<IssueSuggestionEdge>
The schema marker type of this field.
Source§impl HasField<nodes> for IssueSuggestionConnection
impl HasField<nodes> for IssueSuggestionConnection
Source§type Type = Vec<IssueSuggestion>
type Type = Vec<IssueSuggestion>
The schema marker type of this field.
Source§impl HasField<pageInfo> for IssueSuggestionConnection
impl HasField<pageInfo> for IssueSuggestionConnection
Auto Trait Implementations§
impl Freeze for IssueSuggestionConnection
impl RefUnwindSafe for IssueSuggestionConnection
impl Send for IssueSuggestionConnection
impl Sync for IssueSuggestionConnection
impl Unpin for IssueSuggestionConnection
impl UnwindSafe for IssueSuggestionConnection
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