pub struct ProjectSearchPayload;Trait Implementations§
Source§impl HasField<__typename> for ProjectSearchPayload
impl HasField<__typename> for ProjectSearchPayload
Source§impl HasField<archivePayload> for ProjectSearchPayload
impl HasField<archivePayload> for ProjectSearchPayload
Source§type Type = ArchiveResponse
type Type = ArchiveResponse
The schema marker type of this field.
Source§impl HasField<edges> for ProjectSearchPayload
impl HasField<edges> for ProjectSearchPayload
Source§type Type = Vec<ProjectSearchResultEdge>
type Type = Vec<ProjectSearchResultEdge>
The schema marker type of this field.
Source§impl HasField<nodes> for ProjectSearchPayload
impl HasField<nodes> for ProjectSearchPayload
Source§type Type = Vec<ProjectSearchResult>
type Type = Vec<ProjectSearchResult>
The schema marker type of this field.
Source§impl HasField<pageInfo> for ProjectSearchPayload
impl HasField<pageInfo> for ProjectSearchPayload
Source§impl HasField<totalCount> for ProjectSearchPayload
impl HasField<totalCount> for ProjectSearchPayload
Auto Trait Implementations§
impl Freeze for ProjectSearchPayload
impl RefUnwindSafe for ProjectSearchPayload
impl Send for ProjectSearchPayload
impl Sync for ProjectSearchPayload
impl Unpin for ProjectSearchPayload
impl UnwindSafe for ProjectSearchPayload
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