pub struct I18N { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for I18N
impl RefUnwindSafe for I18N
impl Send for I18N
impl Sync for I18N
impl Unpin 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