[][src]Struct total_order_multi_map::GroupedValuesMut

pub struct GroupedValuesMut<'a, K: Copy + 'a, T: ?Sized + 'a> { /* fields omitted */ }

An iterator of Groups (no fixed iteration order).

Trait Implementations

impl<'a, K, T: ?Sized> Iterator for GroupedValuesMut<'a, K, T> where
    K: Copy + 'a,
    T: 'a, 
[src]

type Item = GroupMut<'a, K, T>

The type of the elements being iterated over.

impl<'a, K, T: ?Sized> Debug for GroupedValuesMut<'a, K, T> where
    K: Copy + 'a,
    T: Debug + 'a, 
[src]

Auto Trait Implementations

impl<'a, K, T> !Send for GroupedValuesMut<'a, K, T>

impl<'a, K, T> !Sync for GroupedValuesMut<'a, K, T>

impl<'a, K, T: ?Sized> Unpin for GroupedValuesMut<'a, K, T>

impl<'a, K, T> !UnwindSafe for GroupedValuesMut<'a, K, T>

impl<'a, K, T: ?Sized> RefUnwindSafe for GroupedValuesMut<'a, K, T> where
    K: RefUnwindSafe,
    T: RefUnwindSafe

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<I> IntoIterator for I where
    I: Iterator
[src]

type Item = <I as Iterator>::Item

The type of the elements being iterated over.

type IntoIter = I

Which kind of iterator are we turning this into?

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]