pub struct semanticSearch;Trait Implementations§
Source§impl Field for semanticSearch
impl Field for semanticSearch
Source§impl HasArgument<filters> for semanticSearch
impl HasArgument<filters> for semanticSearch
Source§type ArgumentType = Option<SemanticSearchFilters>
type ArgumentType = Option<SemanticSearchFilters>
The schema marker type of this argument.
Source§impl HasArgument<includeArchived> for semanticSearch
impl HasArgument<includeArchived> for semanticSearch
Source§impl HasArgument<maxResults> for semanticSearch
impl HasArgument<maxResults> for semanticSearch
Source§impl HasArgument<query> for semanticSearch
impl HasArgument<query> for semanticSearch
Source§impl HasArgument<types> for semanticSearch
impl HasArgument<types> for semanticSearch
Source§type ArgumentType = Option<Vec<SemanticSearchResultType>>
type ArgumentType = Option<Vec<SemanticSearchResultType>>
The schema marker type of this argument.
Source§impl HasField<semanticSearch> for Query
impl HasField<semanticSearch> for Query
Source§type Type = SemanticSearchPayload
type Type = SemanticSearchPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for semanticSearch
impl RefUnwindSafe for semanticSearch
impl Send for semanticSearch
impl Sync for semanticSearch
impl Unpin for semanticSearch
impl UnwindSafe for semanticSearch
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