pub struct SelectFormat<K> { /* private fields */ }
Expand description
Using a value, select the appropriate message and format it.
Implementations§
Trait Implementations§
Source§impl<K> Format for SelectFormat<K>
impl<K> Format for SelectFormat<K>
Auto Trait Implementations§
impl<K> Freeze for SelectFormat<K>
impl<K> !RefUnwindSafe for SelectFormat<K>
impl<K> !Send for SelectFormat<K>
impl<K> !Sync for SelectFormat<K>
impl<K> Unpin for SelectFormat<K>where
K: Unpin,
impl<K> !UnwindSafe for SelectFormat<K>
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