pub struct LocaleState {
pub key: String,
/* private fields */
}Expand description
Internal state holding the currently active language configuration.
Fields§
§key: StringThe string representation used for cache keys (e.g., “en-US”).
Auto Trait Implementations§
impl Freeze for LocaleState
impl RefUnwindSafe for LocaleState
impl Send for LocaleState
impl Sync for LocaleState
impl Unpin for LocaleState
impl UnsafeUnpin for LocaleState
impl UnwindSafe for LocaleState
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