pub struct LauncherConfigurationReport {
pub wine_overrides: Option<WineOverrideReport>,
pub launch_wrapper: Option<LaunchWrapperReport>,
pub wrapper_registration: Option<WrapperRegistrationReport>,
}Expand description
Structured result of launcher configuration work.
Fields§
§wine_overrides: Option<WineOverrideReport>§launch_wrapper: Option<LaunchWrapperReport>§wrapper_registration: Option<WrapperRegistrationReport>Implementations§
Trait Implementations§
Source§impl Clone for LauncherConfigurationReport
impl Clone for LauncherConfigurationReport
Source§fn clone(&self) -> LauncherConfigurationReport
fn clone(&self) -> LauncherConfigurationReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LauncherConfigurationReport
impl Debug for LauncherConfigurationReport
Source§impl Default for LauncherConfigurationReport
impl Default for LauncherConfigurationReport
Source§fn default() -> LauncherConfigurationReport
fn default() -> LauncherConfigurationReport
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LauncherConfigurationReport
impl RefUnwindSafe for LauncherConfigurationReport
impl Send for LauncherConfigurationReport
impl Sync for LauncherConfigurationReport
impl Unpin for LauncherConfigurationReport
impl UnsafeUnpin for LauncherConfigurationReport
impl UnwindSafe for LauncherConfigurationReport
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