Struct rustc_ap_rustc_data_structures::stable_set::StableSet [−][src]
pub struct StableSet<T> { /* fields omitted */ }Expand description
A deterministic wrapper around FxHashSet that does not provide iteration support.
It supports insert, remove, get functions from FxHashSet.
It also allows to convert hashset to a sorted vector with the method into_sorted_vector().
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for StableSet<T> where
T: RefUnwindSafe, impl<T> UnwindSafe for StableSet<T> where
T: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V