pub struct ProjectSearchResultEdge;Trait Implementations§
Source§impl HasField<__typename> for ProjectSearchResultEdge
impl HasField<__typename> for ProjectSearchResultEdge
Source§impl HasField<cursor> for ProjectSearchResultEdge
impl HasField<cursor> for ProjectSearchResultEdge
Source§impl HasField<node> for ProjectSearchResultEdge
impl HasField<node> for ProjectSearchResultEdge
Source§type Type = ProjectSearchResult
type Type = ProjectSearchResult
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for ProjectSearchResultEdge
impl RefUnwindSafe for ProjectSearchResultEdge
impl Send for ProjectSearchResultEdge
impl Sync for ProjectSearchResultEdge
impl Unpin for ProjectSearchResultEdge
impl UnwindSafe for ProjectSearchResultEdge
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