Struct IterPinMut
struct IterPinMut<'a, Fut> { ... }
Mutable iterator over all futures in the unordered set.
Implementations
impl<'a, Fut> Freeze for IterPinMut<'a, Fut>
impl<'a, Fut> Iterator for IterPinMut<'a, Fut>
fn next(self: &mut Self) -> Option<<Self as >::Item>fn size_hint(self: &Self) -> (usize, Option<usize>)
impl<'a, Fut> RefUnwindSafe for IterPinMut<'a, Fut>
impl<'a, Fut> Unpin for IterPinMut<'a, Fut>
impl<'a, Fut> UnsafeUnpin for IterPinMut<'a, Fut>
impl<'a, Fut> UnwindSafe for IterPinMut<'a, Fut>
impl<'a, Fut: $crate::fmt::Debug> Debug for IterPinMut<'a, Fut>
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl<Fut> ExactSizeIterator for IterPinMut<'_, Fut>
impl<Fut: Send> Send for IterPinMut<'_, Fut>
impl<Fut: Sync> Sync for IterPinMut<'_, Fut>
impl<I> IntoIterator for IterPinMut<'a, Fut>
fn into_iter(self: Self) -> I
impl<T> Any for IterPinMut<'a, Fut>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for IterPinMut<'a, Fut>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for IterPinMut<'a, Fut>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for IterPinMut<'a, Fut>
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for IterPinMut<'a, Fut>
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 IterPinMut<'a, Fut>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for IterPinMut<'a, Fut>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>