pub enum UiMode {
Browse,
Confirm,
Downloading,
Result,
Manage,
ConfirmDelete,
}Expand description
UI mode
Variants§
Browse
Browsing distro list for download
Confirm
Showing confirmation dialog
Downloading
Download in progress
Result
Showing result (success/error)
Manage
Managing downloaded ISOs
ConfirmDelete
Confirm delete ISO
Implementations§
Trait Implementations§
impl Copy for UiMode
impl Eq for UiMode
impl StructuralPartialEq for UiMode
Auto Trait Implementations§
impl Freeze for UiMode
impl RefUnwindSafe for UiMode
impl Send for UiMode
impl Sync for UiMode
impl Unpin for UiMode
impl UnwindSafe for UiMode
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