pub struct UiLocale {Show 23 fields
pub header: UiHeader,
pub tabs: UiTabs,
pub subtabs: UiSubtabs,
pub dropzone: UiDropzone,
pub diagram: UiDiagram,
pub intensity: UiIntensity,
pub validation: UiValidation,
pub spectral: UiSpectral,
pub butterfly: UiButterfly,
pub bevy_scene: UiBevyScene,
pub bug_rating: UiBugRating,
pub lcs: UiLcs,
pub floodlight: UiFloodlight,
pub data_table: UiDataTable,
pub validation_panel: UiValidationPanel,
pub spectral_badges: UiSpectralBadges,
pub actions: UiActions,
pub file: UiFile,
pub theme: UiTheme,
pub language: UiLanguage,
pub template: UiTemplate,
pub messages: UiMessages,
pub compare: UiCompare,
}Expand description
UI translations
Fields§
§header: UiHeader§tabs: UiTabs§subtabs: UiSubtabs§dropzone: UiDropzone§diagram: UiDiagram§intensity: UiIntensity§validation: UiValidation§spectral: UiSpectral§butterfly: UiButterfly§bevy_scene: UiBevyScene§bug_rating: UiBugRating§lcs: UiLcs§floodlight: UiFloodlight§data_table: UiDataTable§validation_panel: UiValidationPanel§spectral_badges: UiSpectralBadges§actions: UiActions§file: UiFile§theme: UiTheme§language: UiLanguage§template: UiTemplate§messages: UiMessages§compare: UiCompareTrait Implementations§
Source§impl<'de> Deserialize<'de> for UiLocale
impl<'de> Deserialize<'de> for UiLocale
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
impl StructuralPartialEq for UiLocale
Auto Trait Implementations§
impl Freeze for UiLocale
impl RefUnwindSafe for UiLocale
impl Send for UiLocale
impl Sync for UiLocale
impl Unpin for UiLocale
impl UnsafeUnpin for UiLocale
impl UnwindSafe for UiLocale
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