Enum sea_query::extension::mysql::IndexHintScope
source · pub enum IndexHintScope {
Join,
OrderBy,
GroupBy,
All,
}
Available on crate feature
backend-mysql
only.Variants§
Trait Implementations§
source§impl Clone for IndexHintScope
impl Clone for IndexHintScope
source§fn clone(&self) -> IndexHintScope
fn clone(&self) -> IndexHintScope
Returns a copy 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 IndexHintScope
impl Debug for IndexHintScope
source§impl PartialEq for IndexHintScope
impl PartialEq for IndexHintScope
source§fn eq(&self, other: &IndexHintScope) -> bool
fn eq(&self, other: &IndexHintScope) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IndexHintScope
impl StructuralPartialEq for IndexHintScope
Auto Trait Implementations§
impl RefUnwindSafe for IndexHintScope
impl Send for IndexHintScope
impl Sync for IndexHintScope
impl Unpin 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