pub enum InitStatus {
CheckingDB,
ValidatingInstallation,
Downloading,
DownloadProgress(DownloadProgress),
DBInitialized,
}Variants§
Auto Trait Implementations§
impl Freeze for InitStatus
impl RefUnwindSafe for InitStatus
impl Send for InitStatus
impl Sync for InitStatus
impl Unpin for InitStatus
impl UnwindSafe for InitStatus
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