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

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

Trait Implementations

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

The returned type after the call operator is used.

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

Performs the call operation.

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

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

Performs the call operation.

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

The returned type after the call operator is used.

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

Performs the call operation.

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

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

Performs the call operation.

Auto Trait Implementations

impl<I> Send for IntoIdx<I>

impl<I> Sync for IntoIdx<I>