Struct rustc_trait_selection::infer::region_constraints::Verify
source · 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>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for Verify<'tcx>
impl<'tcx> !Send for Verify<'tcx>
impl<'tcx> !Sync for Verify<'tcx>
impl<'tcx> Unpin for Verify<'tcx>
impl<'tcx> !UnwindSafe for Verify<'tcx>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
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: 88 bytes