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