pub struct EmbeddedI18nModule<T: EmbeddedAssets> { /* private fields */ }Implementations§
Source§impl<T: EmbeddedAssets> EmbeddedI18nModule<T>
impl<T: EmbeddedAssets> EmbeddedI18nModule<T>
pub const fn new(data: &'static EmbeddedModuleData) -> Self
pub fn discover_languages() -> Vec<LanguageIdentifier>
Trait Implementations§
Source§impl<T: EmbeddedAssets> I18nModule for EmbeddedI18nModule<T>
impl<T: EmbeddedAssets> I18nModule for EmbeddedI18nModule<T>
Auto Trait Implementations§
impl<T> Freeze for EmbeddedI18nModule<T>
impl<T> RefUnwindSafe for EmbeddedI18nModule<T>where
T: RefUnwindSafe,
impl<T> Send for EmbeddedI18nModule<T>
impl<T> Sync for EmbeddedI18nModule<T>
impl<T> Unpin for EmbeddedI18nModule<T>where
T: Unpin,
impl<T> UnwindSafe for EmbeddedI18nModule<T>where
T: UnwindSafe,
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