Struct IterMut
struct IterMut<'a, St: Unpin>(_)
Mutable iterator over all streams in the unordered set.
Implementations
impl<'a, St> Freeze for IterMut<'a, St>
impl<'a, St> RefUnwindSafe for IterMut<'a, St>
impl<'a, St> Send for IterMut<'a, St>
impl<'a, St> Sync for IterMut<'a, St>
impl<'a, St> Unpin for IterMut<'a, St>
impl<'a, St> UnsafeUnpin for IterMut<'a, St>
impl<'a, St> UnwindSafe for IterMut<'a, St>
impl<'a, St: $crate::fmt::Debug + Unpin> Debug for IterMut<'a, St>
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl<'a, St: Stream + Unpin> Iterator for IterMut<'a, St>
fn next(self: &mut Self) -> Option<<Self as >::Item>fn size_hint(self: &Self) -> (usize, Option<usize>)
impl<I> IntoIterator for IterMut<'a, St>
fn into_iter(self: Self) -> I
impl<St: Stream + Unpin> ExactSizeIterator for IterMut<'_, St>
impl<T> Any for IterMut<'a, St>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for IterMut<'a, St>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for IterMut<'a, St>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for IterMut<'a, St>
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for IterMut<'a, St>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for IterMut<'a, St>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for IterMut<'a, St>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>