Struct IntoIter

struct IntoIter<B = u32> { ... }

Implementations

impl<B> Freeze for IntoIter<B>

impl<B> RefUnwindSafe for IntoIter<B>

impl<B> Send for IntoIter<B>

impl<B> Sync for IntoIter<B>

impl<B> Unpin for IntoIter<B>

impl<B> UnsafeUnpin for IntoIter<B>

impl<B> UnwindSafe for IntoIter<B>

impl<B: BitBlock> DoubleEndedIterator for IntoIter<B>

fn next_back(self: &mut Self) -> Option<bool>

impl<B: BitBlock> ExactSizeIterator for IntoIter<B>

impl<B: BitBlock> Iterator for IntoIter<B>

fn next(self: &mut Self) -> Option<bool>

impl<I> IntoIterator for IntoIter<B>

fn into_iter(self: Self) -> I

impl<T> Any for IntoIter<B>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for IntoIter<B>

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for IntoIter<B>

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> From for IntoIter<B>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for IntoIter<B>

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for IntoIter<B>

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for IntoIter<B>

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>