pub enum I18nEntry {
Index,
Translations(String, Option<String>),
}
Expand description
I18n entries contain translations for a given locale.
Variants§
Trait Implementations§
impl StructuralPartialEq for I18nEntry
Auto Trait Implementations§
impl Freeze for I18nEntry
impl RefUnwindSafe for I18nEntry
impl Send for I18nEntry
impl Sync for I18nEntry
impl Unpin for I18nEntry
impl UnwindSafe for I18nEntry
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