pub struct LocaleTable {
pub locale_id: String,
pub name: String,
pub entries: Vec<LocaleString>,
}Fields§
§locale_id: String§name: String§entries: Vec<LocaleString>Auto Trait Implementations§
impl Freeze for LocaleTable
impl RefUnwindSafe for LocaleTable
impl Send for LocaleTable
impl Sync for LocaleTable
impl Unpin for LocaleTable
impl UnsafeUnpin for LocaleTable
impl UnwindSafe for LocaleTable
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