Struct rustc_trait_selection::traits::auto_trait::RegionDeps [−][src]
pub struct RegionDeps<'tcx> {
larger: FxHashSet<RegionTarget<'tcx>>,
smaller: FxHashSet<RegionTarget<'tcx>>,
}
Fields
larger: FxHashSet<RegionTarget<'tcx>>
smaller: FxHashSet<RegionTarget<'tcx>>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'tcx> RefUnwindSafe for RegionDeps<'tcx>
impl<'tcx> Send for RegionDeps<'tcx>
impl<'tcx> Sync for RegionDeps<'tcx>
impl<'tcx> Unpin for RegionDeps<'tcx>
impl<'tcx> UnwindSafe for RegionDeps<'tcx>
Blanket Implementations
Mutably borrows from an owned value. Read more
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: 64 bytes