Struct tauri_utils::config::WixLanguageConfig
source · [−]Expand description
Configuration for a target language for the WiX build.
Fields
locale_path: Option<String>
The path to a locale (.wxl
) file. See https://wixtoolset.org/documentation/manual/v3/howtos/ui_and_localization/build_a_localized_version.html.
Trait Implementations
sourceimpl Clone for WixLanguageConfig
impl Clone for WixLanguageConfig
sourcefn clone(&self) -> WixLanguageConfig
fn clone(&self) -> WixLanguageConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for WixLanguageConfig
impl Debug for WixLanguageConfig
sourceimpl<'de> Deserialize<'de> for WixLanguageConfig
impl<'de> Deserialize<'de> for WixLanguageConfig
sourcefn 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
sourceimpl PartialEq<WixLanguageConfig> for WixLanguageConfig
impl PartialEq<WixLanguageConfig> for WixLanguageConfig
sourcefn eq(&self, other: &WixLanguageConfig) -> bool
fn eq(&self, other: &WixLanguageConfig) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &WixLanguageConfig) -> bool
fn ne(&self, other: &WixLanguageConfig) -> bool
This method tests for !=
.
sourceimpl Serialize for WixLanguageConfig
impl Serialize for WixLanguageConfig
impl Eq for WixLanguageConfig
impl StructuralEq for WixLanguageConfig
impl StructuralPartialEq for WixLanguageConfig
Auto Trait Implementations
impl RefUnwindSafe for WixLanguageConfig
impl Send for WixLanguageConfig
impl Sync for WixLanguageConfig
impl Unpin for WixLanguageConfig
impl UnwindSafe for WixLanguageConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more