[][src]Struct rustc_data_structures::indexed_vec::IntoIdx

pub struct IntoIdx<I: Idx> { /* fields omitted */ }

Trait Implementations

impl<I: Idx, T> FnOnce((usize, T)) for IntoIdx<I>[src]

type Output = (I, T)

The returned type after the call operator is used.

impl<I: Idx> FnOnce(usize) for IntoIdx<I>[src]

type Output = I

The returned type after the call operator is used.

impl<I: Idx, T> FnMut((usize, T)) for IntoIdx<I>[src]

impl<I: Idx> FnMut(usize) for IntoIdx<I>[src]

Auto Trait Implementations

impl<I> Send for IntoIdx<I>

impl<I> Sync for IntoIdx<I>

Blanket Implementations

impl<T> Erased for T[src]

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

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

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

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

impl<T, U> TryInto 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<A, F> FnBox for F where
    F: FnOnce<A>, 
[src]

type Output = <F as FnOnce<A>>::Output

🔬 This is a nightly-only experimental API. (fnbox)

will be deprecated if and when Box<FnOnce> becomes usable

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

impl<E> SpecializationError for E[src]