pub enum LaunchMethod<'a> {
AlternativeExecutable(&'a Path),
ManifestAction(&'a str),
Heuristics(&'a GamePlatform, &'a Game),
}
Variants§
Auto Trait Implementations§
impl<'a> Freeze for LaunchMethod<'a>
impl<'a> RefUnwindSafe for LaunchMethod<'a>
impl<'a> Send for LaunchMethod<'a>
impl<'a> Sync for LaunchMethod<'a>
impl<'a> Unpin for LaunchMethod<'a>
impl<'a> UnwindSafe for LaunchMethod<'a>
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