pub enum ShellMode {
Launcher,
Workspace,
}Variants§
Trait Implementations§
impl Copy for ShellMode
impl Eq for ShellMode
impl StructuralPartialEq for ShellMode
Auto Trait Implementations§
impl Freeze for ShellMode
impl RefUnwindSafe for ShellMode
impl Send for ShellMode
impl Sync for ShellMode
impl Unpin for ShellMode
impl UnsafeUnpin for ShellMode
impl UnwindSafe for ShellMode
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