pub struct LanguageSystem {
pub bundle: FluentBundle<FluentResource>,
pub current_lang: LanguageIdentifier,
pub current_lang_dir_path: PathBuf,
}Fields§
§bundle: FluentBundle<FluentResource>§current_lang: LanguageIdentifier§current_lang_dir_path: PathBufImplementations§
Trait Implementations§
impl Send for LanguageSystem
impl Sync for LanguageSystem
Auto Trait Implementations§
impl !Freeze for LanguageSystem
impl !RefUnwindSafe for LanguageSystem
impl Unpin for LanguageSystem
impl !UnwindSafe for LanguageSystem
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