pub enum BestIndexError {
Constraint,
Error,
}
Expand description
Possible errors to return in xBestIndex.
Variants§
Auto Trait Implementations§
impl Freeze for BestIndexError
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