Enum sqlite_loadable::table::BestIndexError
source · pub enum BestIndexError {
Constraint,
Error,
}Expand description
Possible errors to return in xBestIndex.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for BestIndexError
impl Send for BestIndexError
impl Sync for BestIndexError
impl Unpin for BestIndexError
impl UnwindSafe for BestIndexError
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