pub struct FormatIter<I: Iterator<Item = T> + Clone, T: Debug>(pub I);Tuple Fields§
§0: ITrait Implementations§
Auto Trait Implementations§
impl<I, T> Freeze for FormatIter<I, T>where
I: Freeze,
impl<I, T> RefUnwindSafe for FormatIter<I, T>where
I: RefUnwindSafe,
impl<I, T> Send for FormatIter<I, T>where
I: Send,
impl<I, T> Sync for FormatIter<I, T>where
I: Sync,
impl<I, T> Unpin for FormatIter<I, T>where
I: Unpin,
impl<I, T> UnwindSafe for FormatIter<I, T>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