pub enum SetupStep {
Welcome,
SearchDirs,
}Expand description
Setup wizard step
Variants§
Trait Implementations§
impl Eq for SetupStep
impl StructuralPartialEq for SetupStep
Auto Trait Implementations§
impl Freeze for SetupStep
impl RefUnwindSafe for SetupStep
impl Send for SetupStep
impl Sync for SetupStep
impl Unpin for SetupStep
impl UnsafeUnpin for SetupStep
impl UnwindSafe for SetupStep
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