Struct dioxus_cli_config::NsisSettings
source · pub struct NsisSettings {
pub template: Option<PathBuf>,
pub license: Option<PathBuf>,
pub header_image: Option<PathBuf>,
pub sidebar_image: Option<PathBuf>,
pub installer_icon: Option<PathBuf>,
pub install_mode: NSISInstallerMode,
pub languages: Option<Vec<String>>,
pub custom_language_files: Option<HashMap<String, PathBuf>>,
pub display_language_selector: bool,
}Fields§
§template: Option<PathBuf>§license: Option<PathBuf>§header_image: Option<PathBuf>§installer_icon: Option<PathBuf>§install_mode: NSISInstallerMode§languages: Option<Vec<String>>§custom_language_files: Option<HashMap<String, PathBuf>>§display_language_selector: boolTrait Implementations§
source§impl Clone for NsisSettings
impl Clone for NsisSettings
source§fn clone(&self) -> NsisSettings
fn clone(&self) -> NsisSettings
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 NsisSettings
impl Debug for NsisSettings
source§impl<'de> Deserialize<'de> for NsisSettings
impl<'de> Deserialize<'de> for NsisSettings
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 NsisSettings
impl RefUnwindSafe for NsisSettings
impl Send for NsisSettings
impl Sync for NsisSettings
impl Unpin for NsisSettings
impl UnwindSafe for NsisSettings
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