pub struct QueryRequest<'vocabulary> { /* private fields */ }Expand description
A request for constructing query.
Implementations§
Source§impl<'vocabulary> QueryRequest<'vocabulary>
impl<'vocabulary> QueryRequest<'vocabulary>
Sourcepub fn new(
vocabulary_entries: &[&'vocabulary VocabularyEntry],
vocabulary_quantifier: VocabularyQuantifier,
vocabulary_separator: VocabularySeparator,
vocabulary_order: VocabularyOrder,
) -> Self
pub fn new( vocabulary_entries: &[&'vocabulary VocabularyEntry], vocabulary_quantifier: VocabularyQuantifier, vocabulary_separator: VocabularySeparator, vocabulary_order: VocabularyOrder, ) -> Self
Construct a new QueryRequest.
Auto Trait Implementations§
impl<'vocabulary> Freeze for QueryRequest<'vocabulary>
impl<'vocabulary> !RefUnwindSafe for QueryRequest<'vocabulary>
impl<'vocabulary> !Send for QueryRequest<'vocabulary>
impl<'vocabulary> !Sync for QueryRequest<'vocabulary>
impl<'vocabulary> Unpin for QueryRequest<'vocabulary>
impl<'vocabulary> !UnwindSafe for QueryRequest<'vocabulary>
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