pub enum UsingIndexMethod {
Gist(Span),
Bloom(Span),
Brin(Span),
Hnsw(Span),
Gin(Span),
BTree(Span),
Hash(Span),
RTree(Span),
}Variants§
Trait Implementations§
Source§impl Clone for UsingIndexMethod
impl Clone for UsingIndexMethod
Source§fn clone(&self) -> UsingIndexMethod
fn clone(&self) -> UsingIndexMethod
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UsingIndexMethod
impl Debug for UsingIndexMethod
Auto Trait Implementations§
impl Freeze for UsingIndexMethod
impl RefUnwindSafe for UsingIndexMethod
impl Send for UsingIndexMethod
impl Sync for UsingIndexMethod
impl Unpin for UsingIndexMethod
impl UnsafeUnpin for UsingIndexMethod
impl UnwindSafe for UsingIndexMethod
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