Struct rustc_borrowck::region_infer::values::PlaceholderIndices [−][src]
pub(crate) struct PlaceholderIndices {
indices: FxIndexSet<PlaceholderRegion>,
}
Expand description
Maps from ty::PlaceholderRegion
values that are used in the rest of
rustc to the internal PlaceholderIndex
values that are used in
NLL.
Fields
indices: FxIndexSet<PlaceholderRegion>
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PlaceholderIndices
impl Send for PlaceholderIndices
impl Sync for PlaceholderIndices
impl Unpin for PlaceholderIndices
impl UnwindSafe for PlaceholderIndices
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: 56 bytes