Struct rustc_trait_selection::infer::region_constraints::Verify [−][src]
pub struct Verify<'tcx> {
pub kind: GenericKind<'tcx>,
pub origin: SubregionOrigin<'tcx>,
pub region: &'tcx RegionKind,
pub bound: VerifyBound<'tcx>,
}
Fields
kind: GenericKind<'tcx>
origin: SubregionOrigin<'tcx>
region: &'tcx RegionKind
bound: VerifyBound<'tcx>
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