pub enum IndexHintType {
Use,
Ignore,
Force,
}
Available on crate feature
backend-mysql
only.Variantsยง
Trait Implementationsยง
sourceยงimpl Clone for IndexHintType
impl Clone for IndexHintType
sourceยงfn clone(&self) -> IndexHintType
fn clone(&self) -> IndexHintType
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 IndexHintType
impl Debug for IndexHintType
sourceยงimpl PartialEq for IndexHintType
impl PartialEq for IndexHintType
impl Copy for IndexHintType
impl StructuralPartialEq for IndexHintType
Auto Trait Implementationsยง
impl Freeze for IndexHintType
impl RefUnwindSafe for IndexHintType
impl Send for IndexHintType
impl Sync for IndexHintType
impl Unpin for IndexHintType
impl UnwindSafe for IndexHintType
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
sourceยงimpl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
sourceยงunsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
๐ฌThis is a nightly-only experimental API. (
clone_to_uninit
)