Struct CharDataTableIter

struct CharDataTableIter<'a, V: 'static>(_, _)

Iterator for CharDataTable. Iterates over pairs (CharRange, V).

Implementations

impl<'a, V> Freeze for CharDataTableIter<'a, V>

impl<'a, V> RefUnwindSafe for CharDataTableIter<'a, V>

impl<'a, V> Send for CharDataTableIter<'a, V>

impl<'a, V> Sync for CharDataTableIter<'a, V>

impl<'a, V> Unpin for CharDataTableIter<'a, V>

impl<'a, V> UnsafeUnpin for CharDataTableIter<'a, V>

impl<'a, V> UnwindSafe for CharDataTableIter<'a, V>

impl<'a, V: $crate::fmt::Debug + 'static> Debug for CharDataTableIter<'a, V>

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl<'a, V: Copy> Iterator for CharDataTableIter<'a, V>

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

impl<I> IntoIterator for CharDataTableIter<'a, V>

fn into_iter(self: Self) -> I

impl<T> Any for CharDataTableIter<'a, V>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for CharDataTableIter<'a, V>

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

impl<T> BorrowMut for CharDataTableIter<'a, V>

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

impl<T> From for CharDataTableIter<'a, V>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for CharDataTableIter<'a, V>

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 CharDataTableIter<'a, V>

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

impl<T, U> TryInto for CharDataTableIter<'a, V>

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