Struct rustc_infer::infer::region_constraints::Verify [−][src]
pub struct Verify<'tcx> {
pub kind: GenericKind<'tcx>,
pub origin: SubregionOrigin<'tcx>,
pub region: Region<'tcx>,
pub bound: VerifyBound<'tcx>,
}
Fields
kind: GenericKind<'tcx>
origin: SubregionOrigin<'tcx>
region: Region<'tcx>
bound: VerifyBound<'tcx>
Trait Implementations
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for Verify<'tcx>
impl<'tcx> !UnwindSafe for Verify<'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: 96 bytes