pub struct Query { /* private fields */ }Expand description
Query represents a search query with a string and optional ID.
A query can contain either:
- A string to search for (ptr + length)
- An ID to reverse lookup
Implementations§
Trait Implementations§
impl Send for Query
impl Sync for Query
Auto Trait Implementations§
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