pub struct ResolvedLaunch {
pub executable: Option<String>,
pub channel: String,
pub headless: bool,
pub extra_args: Vec<String>,
}Fields§
§executable: Option<String>§channel: String§headless: bool§extra_args: Vec<String>Trait Implementations§
Source§impl Debug for ResolvedLaunch
impl Debug for ResolvedLaunch
Auto Trait Implementations§
impl Freeze for ResolvedLaunch
impl RefUnwindSafe for ResolvedLaunch
impl Send for ResolvedLaunch
impl Sync for ResolvedLaunch
impl Unpin for ResolvedLaunch
impl UnsafeUnpin for ResolvedLaunch
impl UnwindSafe for ResolvedLaunch
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