pub enum ScndIdxDeletionJobErr {
CreationInProgress,
InternalError(Error),
}Variants§
Trait Implementations§
source§impl Debug for ScndIdxDeletionJobErr
impl Debug for ScndIdxDeletionJobErr
Auto Trait Implementations§
impl RefUnwindSafe for ScndIdxDeletionJobErr
impl Send for ScndIdxDeletionJobErr
impl Sync for ScndIdxDeletionJobErr
impl Unpin for ScndIdxDeletionJobErr
impl UnwindSafe for ScndIdxDeletionJobErr
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