pub struct ViewQuery { /* private fields */ }Expand description
Prepared query for a VecqView (same fields and semantics as the
index-side [PreparedQuery], freed from its lifetime by cloning the
small rotated-query buffer).
Auto Trait Implementations§
impl Freeze for ViewQuery
impl RefUnwindSafe for ViewQuery
impl Send for ViewQuery
impl Sync for ViewQuery
impl Unpin for ViewQuery
impl UnsafeUnpin for ViewQuery
impl UnwindSafe for ViewQuery
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