Struct futures_util::stream::Iter
source · [−]pub struct Iter<I> { /* private fields */ }
Expand description
Stream for the iter
function.
Trait Implementations
sourceimpl<I> Stream for Iter<I>where
I: Iterator,
impl<I> Stream for Iter<I>where
I: Iterator,
impl<I> Unpin for Iter<I>
Auto Trait Implementations
impl<I> RefUnwindSafe for Iter<I>where
I: RefUnwindSafe,
impl<I> Send for Iter<I>where
I: Send,
impl<I> Sync for Iter<I>where
I: Sync,
impl<I> UnwindSafe for Iter<I>where
I: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more