pub enum ExecType {
Flatpak(Box<str>, Box<str>),
PWA(Box<str>, Box<str>),
FlatpakPWA(Box<str>, Box<str>),
Absolute(Box<str>, Box<str>),
AppImage(Box<str>, Box<str>),
Relative(Box<str>),
}Variants§
Flatpak(Box<str>, Box<str>)
PWA(Box<str>, Box<str>)
FlatpakPWA(Box<str>, Box<str>)
Absolute(Box<str>, Box<str>)
AppImage(Box<str>, Box<str>)
Relative(Box<str>)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecType
impl RefUnwindSafe for ExecType
impl Send for ExecType
impl Sync for ExecType
impl Unpin for ExecType
impl UnwindSafe for ExecType
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