struct InternedInSet<'tcx, T: ?Sized>(&'tcx T);
Tuple Fields§
§0: &'tcx T
Trait Implementations§
Source§impl<'tcx, T> Borrow<[T]> for InternedInSet<'tcx, ListWithCachedTypeInfo<T>>
impl<'tcx, T> Borrow<[T]> for InternedInSet<'tcx, ListWithCachedTypeInfo<T>>
Source§impl<'tcx> Borrow<AdtDefData> for InternedInSet<'tcx, AdtDefData>
impl<'tcx> Borrow<AdtDefData> for InternedInSet<'tcx, AdtDefData>
Source§fn borrow<'a>(&'a self) -> &'a AdtDefData
fn borrow<'a>(&'a self) -> &'a AdtDefData
Immutably borrows from an owned value. Read more
Source§impl<'tcx> Borrow<Allocation> for InternedInSet<'tcx, Allocation>
impl<'tcx> Borrow<Allocation> for InternedInSet<'tcx, Allocation>
Source§fn borrow<'a>(&'a self) -> &'a Allocation
fn borrow<'a>(&'a self) -> &'a Allocation
Immutably borrows from an owned value. Read more
Source§impl<'tcx> Borrow<ExternalConstraintsData<TyCtxt<'tcx>>> for InternedInSet<'tcx, ExternalConstraintsData<TyCtxt<'tcx>>>
impl<'tcx> Borrow<ExternalConstraintsData<TyCtxt<'tcx>>> for InternedInSet<'tcx, ExternalConstraintsData<TyCtxt<'tcx>>>
Source§impl<'tcx> Borrow<LayoutData<FieldIdx, VariantIdx>> for InternedInSet<'tcx, LayoutData<FieldIdx, VariantIdx>>
impl<'tcx> Borrow<LayoutData<FieldIdx, VariantIdx>> for InternedInSet<'tcx, LayoutData<FieldIdx, VariantIdx>>
Source§fn borrow<'a>(&'a self) -> &'a LayoutData<FieldIdx, VariantIdx>
fn borrow<'a>(&'a self) -> &'a LayoutData<FieldIdx, VariantIdx>
Immutably borrows from an owned value. Read more
Source§impl<'tcx> Borrow<PatternKind<'tcx>> for InternedInSet<'tcx, PatternKind<'tcx>>
impl<'tcx> Borrow<PatternKind<'tcx>> for InternedInSet<'tcx, PatternKind<'tcx>>
Source§fn borrow<'a>(&'a self) -> &'a PatternKind<'tcx>
fn borrow<'a>(&'a self) -> &'a PatternKind<'tcx>
Immutably borrows from an owned value. Read more
Source§impl<'tcx> Borrow<PredefinedOpaquesData<TyCtxt<'tcx>>> for InternedInSet<'tcx, PredefinedOpaquesData<TyCtxt<'tcx>>>
impl<'tcx> Borrow<PredefinedOpaquesData<TyCtxt<'tcx>>> for InternedInSet<'tcx, PredefinedOpaquesData<TyCtxt<'tcx>>>
Source§impl<'tcx> Borrow<RegionKind<TyCtxt<'tcx>>> for InternedInSet<'tcx, RegionKind<'tcx>>
impl<'tcx> Borrow<RegionKind<TyCtxt<'tcx>>> for InternedInSet<'tcx, RegionKind<'tcx>>
Source§fn borrow<'a>(&'a self) -> &'a RegionKind<'tcx>
fn borrow<'a>(&'a self) -> &'a RegionKind<'tcx>
Immutably borrows from an owned value. Read more
Source§impl<'tcx, T> Borrow<T> for InternedInSet<'tcx, WithCachedTypeInfo<T>>
impl<'tcx, T> Borrow<T> for InternedInSet<'tcx, WithCachedTypeInfo<T>>
Source§impl<'tcx, T: 'tcx + ?Sized> Clone for InternedInSet<'tcx, T>
impl<'tcx, T: 'tcx + ?Sized> Clone for InternedInSet<'tcx, T>
Source§impl<'tcx> Hash for InternedInSet<'tcx, AdtDefData>
impl<'tcx> Hash for InternedInSet<'tcx, AdtDefData>
Source§impl<'tcx> Hash for InternedInSet<'tcx, Allocation>
impl<'tcx> Hash for InternedInSet<'tcx, Allocation>
Source§impl<'tcx> Hash for InternedInSet<'tcx, ExternalConstraintsData<TyCtxt<'tcx>>>
impl<'tcx> Hash for InternedInSet<'tcx, ExternalConstraintsData<TyCtxt<'tcx>>>
Source§impl<'tcx> Hash for InternedInSet<'tcx, LayoutData<FieldIdx, VariantIdx>>
impl<'tcx> Hash for InternedInSet<'tcx, LayoutData<FieldIdx, VariantIdx>>
Source§impl<'tcx> Hash for InternedInSet<'tcx, PatternKind<'tcx>>
impl<'tcx> Hash for InternedInSet<'tcx, PatternKind<'tcx>>
Source§impl<'tcx> Hash for InternedInSet<'tcx, PredefinedOpaquesData<TyCtxt<'tcx>>>
impl<'tcx> Hash for InternedInSet<'tcx, PredefinedOpaquesData<TyCtxt<'tcx>>>
Source§impl<'tcx, T: Hash> Hash for InternedInSet<'tcx, ListWithCachedTypeInfo<T>>
impl<'tcx, T: Hash> Hash for InternedInSet<'tcx, ListWithCachedTypeInfo<T>>
Source§impl<'tcx> Hash for InternedInSet<'tcx, RegionKind<'tcx>>
impl<'tcx> Hash for InternedInSet<'tcx, RegionKind<'tcx>>
Source§impl<'tcx, T: Hash> Hash for InternedInSet<'tcx, WithCachedTypeInfo<T>>
impl<'tcx, T: Hash> Hash for InternedInSet<'tcx, WithCachedTypeInfo<T>>
Source§impl<'tcx, T: 'tcx + ?Sized> IntoPointer for InternedInSet<'tcx, T>
impl<'tcx, T: 'tcx + ?Sized> IntoPointer for InternedInSet<'tcx, T>
Source§fn into_pointer(&self) -> *const ()
fn into_pointer(&self) -> *const ()
Returns a pointer which outlives
self
.Source§impl<'tcx> PartialEq for InternedInSet<'tcx, AdtDefData>
impl<'tcx> PartialEq for InternedInSet<'tcx, AdtDefData>
Source§impl<'tcx> PartialEq for InternedInSet<'tcx, Allocation>
impl<'tcx> PartialEq for InternedInSet<'tcx, Allocation>
Source§impl<'tcx> PartialEq for InternedInSet<'tcx, ExternalConstraintsData<TyCtxt<'tcx>>>
impl<'tcx> PartialEq for InternedInSet<'tcx, ExternalConstraintsData<TyCtxt<'tcx>>>
Source§impl<'tcx> PartialEq for InternedInSet<'tcx, LayoutData<FieldIdx, VariantIdx>>
impl<'tcx> PartialEq for InternedInSet<'tcx, LayoutData<FieldIdx, VariantIdx>>
Source§impl<'tcx> PartialEq for InternedInSet<'tcx, PatternKind<'tcx>>
impl<'tcx> PartialEq for InternedInSet<'tcx, PatternKind<'tcx>>
Source§impl<'tcx> PartialEq for InternedInSet<'tcx, PredefinedOpaquesData<TyCtxt<'tcx>>>
impl<'tcx> PartialEq for InternedInSet<'tcx, PredefinedOpaquesData<TyCtxt<'tcx>>>
Source§impl<'tcx, T: PartialEq> PartialEq for InternedInSet<'tcx, List<T>>
impl<'tcx, T: PartialEq> PartialEq for InternedInSet<'tcx, List<T>>
Source§impl<'tcx, T: PartialEq> PartialEq for InternedInSet<'tcx, ListWithCachedTypeInfo<T>>
impl<'tcx, T: PartialEq> PartialEq for InternedInSet<'tcx, ListWithCachedTypeInfo<T>>
Source§fn eq(&self, other: &InternedInSet<'tcx, ListWithCachedTypeInfo<T>>) -> bool
fn eq(&self, other: &InternedInSet<'tcx, ListWithCachedTypeInfo<T>>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl<'tcx> PartialEq for InternedInSet<'tcx, RegionKind<'tcx>>
impl<'tcx> PartialEq for InternedInSet<'tcx, RegionKind<'tcx>>
Source§impl<'tcx, T: PartialEq> PartialEq for InternedInSet<'tcx, WithCachedTypeInfo<T>>
impl<'tcx, T: PartialEq> PartialEq for InternedInSet<'tcx, WithCachedTypeInfo<T>>
Source§fn eq(&self, other: &InternedInSet<'tcx, WithCachedTypeInfo<T>>) -> bool
fn eq(&self, other: &InternedInSet<'tcx, WithCachedTypeInfo<T>>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl<'tcx, T: 'tcx + ?Sized> Copy for InternedInSet<'tcx, T>
impl<'tcx> Eq for InternedInSet<'tcx, AdtDefData>
impl<'tcx> Eq for InternedInSet<'tcx, Allocation>
impl<'tcx> Eq for InternedInSet<'tcx, ExternalConstraintsData<TyCtxt<'tcx>>>
impl<'tcx> Eq for InternedInSet<'tcx, LayoutData<FieldIdx, VariantIdx>>
impl<'tcx> Eq for InternedInSet<'tcx, PatternKind<'tcx>>
impl<'tcx> Eq for InternedInSet<'tcx, PredefinedOpaquesData<TyCtxt<'tcx>>>
impl<'tcx, T: Eq> Eq for InternedInSet<'tcx, List<T>>
impl<'tcx, T: Eq> Eq for InternedInSet<'tcx, ListWithCachedTypeInfo<T>>
impl<'tcx> Eq for InternedInSet<'tcx, RegionKind<'tcx>>
impl<'tcx, T: Eq> Eq for InternedInSet<'tcx, WithCachedTypeInfo<T>>
Auto Trait Implementations§
impl<'tcx, T> DynSend for InternedInSet<'tcx, T>
impl<'tcx, T> DynSync for InternedInSet<'tcx, T>
impl<'tcx, T> Freeze for InternedInSet<'tcx, T>where
T: ?Sized,
impl<'tcx, T> RefUnwindSafe for InternedInSet<'tcx, T>where
T: RefUnwindSafe + ?Sized,
impl<'tcx, T> Send for InternedInSet<'tcx, T>
impl<'tcx, T> Sync for InternedInSet<'tcx, T>
impl<'tcx, T> Unpin for InternedInSet<'tcx, T>where
T: ?Sized,
impl<'tcx, T> UnwindSafe for InternedInSet<'tcx, T>where
T: RefUnwindSafe + ?Sized,
Blanket Implementations§
Source§impl<'tcx, T> ArenaAllocatable<'tcx, IsCopy> for Twhere
T: Copy,
impl<'tcx, T> ArenaAllocatable<'tcx, IsCopy> for Twhere
T: Copy,
fn allocate_on(self, arena: &'tcx Arena<'tcx>) -> &'tcx mut T
fn allocate_from_iter( arena: &'tcx Arena<'tcx>, iter: impl IntoIterator<Item = T>, ) -> &'tcx mut [T]
Source§impl<'tcx, T> ArenaAllocatable<'tcx, IsCopy> for Twhere
T: Copy,
impl<'tcx, T> ArenaAllocatable<'tcx, IsCopy> for Twhere
T: Copy,
fn allocate_on(self, arena: &'tcx Arena<'tcx>) -> &'tcx mut T
fn allocate_from_iter( arena: &'tcx Arena<'tcx>, iter: impl IntoIterator<Item = T>, ) -> &'tcx mut [T]
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, R> CollectAndApply<T, R> for T
impl<T, R> CollectAndApply<T, R> for T
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<P> IntoQueryParam<P> for P
impl<P> IntoQueryParam<P> for P
fn into_query_param(self) -> P
Source§impl<T> MaybeResult<T> for T
impl<T> MaybeResult<T> for T
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<I, T, U> Upcast<I, U> for Twhere
U: UpcastFrom<I, T>,
impl<I, T, U> Upcast<I, U> for Twhere
U: UpcastFrom<I, T>,
Source§impl<I, T> UpcastFrom<I, T> for T
impl<I, T> UpcastFrom<I, T> for T
fn upcast_from(from: T, _tcx: I) -> T
Source§impl<Tcx, T> Value<Tcx> for Twhere
Tcx: DepContext,
impl<Tcx, T> Value<Tcx> for Twhere
Tcx: DepContext,
default fn from_cycle_error( tcx: Tcx, cycle_error: &CycleError, _guar: ErrorGuaranteed, ) -> T
Source§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
Source§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
Source§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
impl<T> ErasedDestructor for Twhere
T: 'static,
impl<T> MaybeSendSync for T
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.