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