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