[][src]Struct rustc_ap_rustc_index::vec::IntoIdx

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

Trait Implementations

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

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

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.

Auto Trait Implementations

impl<I> Send for IntoIdx<I>

impl<I> Sync for IntoIdx<I>

impl<I> Unpin for IntoIdx<I>

impl<I> UnwindSafe for IntoIdx<I>

impl<I> RefUnwindSafe for IntoIdx<I>

Blanket Implementations

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

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

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]

impl<E> SpecializationError for E[src]