Enum rustc_data_structures::accumulate_vec::IntoIterRepr [−][src]
🔬 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
Array(Iter<A>)
🔬 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?
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?
Auto Trait Implementations
impl<A> Send for IntoIterRepr<A> where
<A as Array>::Element: Send,
<A as Array>::PartialStorage: Send,
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,
impl<A> Sync for IntoIterRepr<A> where
<A as Array>::Element: Sync,
<A as Array>::PartialStorage: Sync,