[−][src]Trait rustc_data_structures::indexed_set::UnionIntoIdxSet
🔬 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 implemented by all the index sets so that IdxSet::union() can be passed any type of index set.
Required Methods
fn union_into(&self, other: &mut IdxSet<T>) -> bool
🔬 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?
Implementors
impl<T: Idx> UnionIntoIdxSet<T> for HybridIdxSet<T>
[src]
impl<T: Idx> UnionIntoIdxSet<T> for HybridIdxSet<T>
fn union_into(&self, other: &mut IdxSet<T>) -> bool
[src]
fn union_into(&self, other: &mut IdxSet<T>) -> bool
🔬 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?
impl<T: Idx> UnionIntoIdxSet<T> for IdxSet<T>
[src]
impl<T: Idx> UnionIntoIdxSet<T> for IdxSet<T>
fn union_into(&self, other: &mut IdxSet<T>) -> bool
[src]
fn union_into(&self, other: &mut IdxSet<T>) -> bool
🔬 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?
impl<T: Idx> UnionIntoIdxSet<T> for SparseIdxSet<T>
[src]
impl<T: Idx> UnionIntoIdxSet<T> for SparseIdxSet<T>
fn union_into(&self, other: &mut IdxSet<T>) -> bool
[src]
fn union_into(&self, other: &mut IdxSet<T>) -> bool
🔬 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?