Struct rustc_infer::infer::at::Trace [−][src]
Fields
at: At<'a, 'tcx>
a_is_expected: bool
trace: TypeTrace<'tcx>
Implementations
Makes a <: b
where a
may or may not be expected (if
a_is_expected
is true, then a
is expected).
Makes a == b
; the expectation is set by the call to
trace()
.
Auto Trait Implementations
impl<'a, 'tcx> !RefUnwindSafe for Trace<'a, 'tcx>
impl<'a, 'tcx> !UnwindSafe for Trace<'a, '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: 96 bytes