Struct rustc_infer::traits::util::PredicateSet
source · [−]Fields
tcx: TyCtxt<'tcx>
set: FxHashSet<Predicate<'tcx>>
Implementations
Trait Implementations
sourceimpl<'tcx> Extend<Predicate<'tcx>> for PredicateSet<'tcx>
impl<'tcx> Extend<Predicate<'tcx>> for PredicateSet<'tcx>
sourcefn extend<I: IntoIterator<Item = Predicate<'tcx>>>(&mut self, iter: I)
fn extend<I: IntoIterator<Item = Predicate<'tcx>>>(&mut self, iter: I)
Extends a collection with the contents of an iterator. Read more
sourcefn extend_one(&mut self, pred: Predicate<'tcx>)
fn extend_one(&mut self, pred: Predicate<'tcx>)
🔬This is a nightly-only experimental API. (
extend_one
)Extends a collection with exactly one element.
sourcefn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
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