pub struct I18n {
pub lang: String,
/* private fields */
}Fields§
§lang: StringImplementations§
Auto Trait Implementations§
impl Freeze for I18n
impl RefUnwindSafe for I18n
impl Send for I18n
impl Sync for I18n
impl Unpin for I18n
impl UnsafeUnpin for I18n
impl UnwindSafe for I18n
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