pub struct LocalFmt<L: Enumable + Copy, M, const N: usize> { /* private fields */ }Expand description
A struct that holds a message and the language it is in.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<L, M, const N: usize> Freeze for LocalFmt<L, M, N>where
M: Freeze,
impl<L, M, const N: usize> RefUnwindSafe for LocalFmt<L, M, N>where
L: RefUnwindSafe,
M: RefUnwindSafe,
impl<L, M, const N: usize> Send for LocalFmt<L, M, N>
impl<L, M, const N: usize> Sync for LocalFmt<L, M, N>
impl<L, M, const N: usize> Unpin for LocalFmt<L, M, N>
impl<L, M, const N: usize> UnwindSafe for LocalFmt<L, M, N>where
L: UnwindSafe,
M: UnwindSafe,
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