pub struct ItemFormatter<'c, C, I, F>{ /* private fields */ }Expand description
A wrapper struct to display a collections items.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'c, C, I, F> Freeze for ItemFormatter<'c, C, I, F>where
F: Freeze,
impl<'c, C, I, F> RefUnwindSafe for ItemFormatter<'c, C, I, F>
impl<'c, C, I, F> Send for ItemFormatter<'c, C, I, F>
impl<'c, C, I, F> Sync for ItemFormatter<'c, C, I, F>
impl<'c, C, I, F> Unpin for ItemFormatter<'c, C, I, F>
impl<'c, C, I, F> UnwindSafe for ItemFormatter<'c, C, I, F>
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