pub enum IndexHintScope {
Join,
OrderBy,
GroupBy,
}Expand description
What a MySQL index hint applies to.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IndexHintScope
impl Clone for IndexHintScope
Source§fn clone(&self) -> IndexHintScope
fn clone(&self) -> IndexHintScope
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 moreimpl Copy for IndexHintScope
Source§impl Debug for IndexHintScope
impl Debug for IndexHintScope
impl Eq for IndexHintScope
Source§impl PartialEq for IndexHintScope
impl PartialEq for IndexHintScope
impl StructuralPartialEq for IndexHintScope
Auto Trait Implementations§
impl Freeze for IndexHintScope
impl RefUnwindSafe for IndexHintScope
impl Send for IndexHintScope
impl Sync for IndexHintScope
impl Unpin for IndexHintScope
impl UnsafeUnpin for IndexHintScope
impl UnwindSafe for IndexHintScope
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