Struct dioxus_cli_config::WixSettings
source · pub struct WixSettings {Show 14 fields
pub language: Vec<(String, Option<PathBuf>)>,
pub template: Option<PathBuf>,
pub fragment_paths: Vec<PathBuf>,
pub component_group_refs: Vec<String>,
pub component_refs: Vec<String>,
pub feature_group_refs: Vec<String>,
pub feature_refs: Vec<String>,
pub merge_refs: Vec<String>,
pub skip_webview_install: bool,
pub license: Option<PathBuf>,
pub enable_elevated_update_task: bool,
pub banner_path: Option<PathBuf>,
pub dialog_image_path: Option<PathBuf>,
pub fips_compliant: bool,
}Fields§
§language: Vec<(String, Option<PathBuf>)>§template: Option<PathBuf>§fragment_paths: Vec<PathBuf>§component_group_refs: Vec<String>§component_refs: Vec<String>§feature_group_refs: Vec<String>§feature_refs: Vec<String>§merge_refs: Vec<String>§skip_webview_install: bool§license: Option<PathBuf>§enable_elevated_update_task: bool§dialog_image_path: Option<PathBuf>§fips_compliant: boolTrait Implementations§
source§impl Clone for WixSettings
impl Clone for WixSettings
source§fn clone(&self) -> WixSettings
fn clone(&self) -> WixSettings
Returns a copy of the value. Read more
1.0.0 · 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 WixSettings
impl Debug for WixSettings
source§impl Default for WixSettings
impl Default for WixSettings
source§fn default() -> WixSettings
fn default() -> WixSettings
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WixSettings
impl<'de> Deserialize<'de> for WixSettings
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for WixSettings
impl RefUnwindSafe for WixSettings
impl Send for WixSettings
impl Sync for WixSettings
impl Unpin for WixSettings
impl UnwindSafe for WixSettings
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