Enum rustc_borrowck::region_infer::Trace
source · enum Trace<'tcx> {
StartRegion,
FromOutlivesConstraint(OutlivesConstraint<'tcx>),
NotVisited,
}
Variants§
Trait Implementations§
source§impl<'tcx> PartialEq<Trace<'tcx>> for Trace<'tcx>
impl<'tcx> PartialEq<Trace<'tcx>> for Trace<'tcx>
impl<'tcx> Eq for Trace<'tcx>
impl<'tcx> StructuralEq for Trace<'tcx>
impl<'tcx> StructuralPartialEq for Trace<'tcx>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for Trace<'tcx>
impl<'tcx> !Send for Trace<'tcx>
impl<'tcx> !Sync for Trace<'tcx>
impl<'tcx> Unpin for Trace<'tcx>
impl<'tcx> !UnwindSafe for Trace<'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: 72 bytes
Size for each variant:
StartRegion
: 0 bytesFromOutlivesConstraint
: 72 bytesNotVisited
: 0 bytes