Struct indexed_vec::IntoIdx[][src]

pub struct IntoIdx<I>(_)
where
    I: Idx
;

Trait Implementations

impl<I> Default for IntoIdx<I> where
    I: Idx
[src]

Returns the "default value" for a type. Read more

impl<I, T> FnOnce<((usize, T),)> for IntoIdx<I> where
    I: Idx
[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, T> FnMut<((usize, T),)> for IntoIdx<I> where
    I: Idx
[src]

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

Performs the call operation.

impl<I> FnOnce<(usize,)> for IntoIdx<I> where
    I: Idx
[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> FnMut<(usize,)> for IntoIdx<I> where
    I: Idx
[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>