Struct rustc_infer::traits::util::PredicateSet [−][src]
Fields
tcx: TyCtxt<'tcx>
set: FxHashSet<Predicate<'tcx>>
Implementations
Trait Implementations
Extends a collection with the contents of an iterator. Read more
🔬 This is a nightly-only experimental API. (
extend_one
)Extends a collection with exactly one element.
🔬 This is a nightly-only experimental API. (
extend_one
)Reserves capacity in a collection for the given number of additional elements. Read more
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for PredicateSet<'tcx>
impl<'tcx> !Send for PredicateSet<'tcx>
impl<'tcx> !Sync for PredicateSet<'tcx>
impl<'tcx> Unpin for PredicateSet<'tcx>
impl<'tcx> !UnwindSafe for PredicateSet<'tcx>
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 40 bytes