pub struct IndexHint {
pub index: DynIden,
pub type: IndexHintType,
pub scope: IndexHintScope,
}
Available on crate feature
backend-mysql
only.Fieldsยง
ยงindex: DynIden
ยงtype: IndexHintType
ยงscope: IndexHintScope
Trait Implementationsยง
impl StructuralPartialEq for IndexHint
Auto Trait Implementationsยง
impl Freeze for IndexHint
impl !RefUnwindSafe for IndexHint
impl Send for IndexHint
impl Sync for IndexHint
impl Unpin for IndexHint
impl !UnwindSafe for IndexHint
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
)