pub struct PrintingIteratorDisplay<T: Display, I: Iterator<Item = T>> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<T, I> !Freeze for PrintingIteratorDisplay<T, I>
impl<T, I> !RefUnwindSafe for PrintingIteratorDisplay<T, I>
impl<T, I> Send for PrintingIteratorDisplay<T, I>where
I: Send,
impl<T, I> Sync for PrintingIteratorDisplay<T, I>where
I: Send,
impl<T, I> Unpin for PrintingIteratorDisplay<T, I>where
I: Unpin,
impl<T, I> UnwindSafe for PrintingIteratorDisplay<T, I>where
I: 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