pub struct Tee<T> { /* private fields */ }Expand description
A tee implementation that creates multiple iterators from a single source.
Implementations§
Auto Trait Implementations§
impl<T> Freeze for Tee<T>
impl<T> RefUnwindSafe for Tee<T>
impl<T> Send for Tee<T>where
T: Send,
impl<T> Sync for Tee<T>where
T: Send,
impl<T> Unpin for Tee<T>
impl<T> UnwindSafe for Tee<T>
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