struct LocaleEntry {
code: String,
label: String,
}Expand description
Represents a locale entry in the locales.json file.
Fields§
§code: String§label: StringTrait Implementations§
Source§impl Debug for LocaleEntry
impl Debug for LocaleEntry
Auto Trait Implementations§
impl Freeze for LocaleEntry
impl RefUnwindSafe for LocaleEntry
impl Send for LocaleEntry
impl Sync for LocaleEntry
impl Unpin for LocaleEntry
impl UnwindSafe for LocaleEntry
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