Enum rustc_data_structures::accumulate_vec::IntoIterRepr[][src]

enum IntoIterRepr<A: Array> {
    Array(Iter<A>),
    Heap(IntoIter<A::Element>),
}
🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Variants

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

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

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

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Auto Trait Implementations

impl<A> Send for IntoIterRepr<A> where
    <A as Array>::Element: Send,
    <A as Array>::PartialStorage: Send

impl<A> Sync for IntoIterRepr<A> where
    <A as Array>::Element: Sync,
    <A as Array>::PartialStorage: Sync