pub struct I18NStore<L: I18NTrait>(pub HashMap<L::K, L::V>);Expand description
The I18NStore wraps a HashMap that maps key value pairs of Locale keys and localized implementations.
Tuple Fields§
§0: HashMap<L::K, L::V>Trait Implementations§
Auto Trait Implementations§
impl<L> Freeze for I18NStore<L>
impl<L> RefUnwindSafe for I18NStore<L>
impl<L> Send for I18NStore<L>
impl<L> Sync for I18NStore<L>
impl<L> Unpin for I18NStore<L>
impl<L> UnwindSafe for I18NStore<L>
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