pub struct QueryIndex { /* private fields */ }Trait Implementations§
Source§impl Clone for QueryIndex
impl Clone for QueryIndex
Source§fn clone(&self) -> QueryIndex
fn clone(&self) -> QueryIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for QueryIndex
impl RefUnwindSafe for QueryIndex
impl Send for QueryIndex
impl Sync for QueryIndex
impl Unpin for QueryIndex
impl UnsafeUnpin for QueryIndex
impl UnwindSafe for QueryIndex
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