Struct rustc::traits::RegionObligation
[−]
[src]
pub struct RegionObligation<'tcx> { pub sub_region: &'tcx Region, pub sup_type: Ty<'tcx>, pub cause: ObligationCause<'tcx>, }
🔬 This is a nightly-only experimental API. (
rustc_private
)Fields
sub_region: &'tcx Region
🔬 This is a nightly-only experimental API. (
rustc_private
)sup_type: Ty<'tcx>
🔬 This is a nightly-only experimental API. (
rustc_private
)cause: ObligationCause<'tcx>
🔬 This is a nightly-only experimental API. (
rustc_private
)Trait Implementations
impl<'tcx> Clone for RegionObligation<'tcx>
[src]
fn clone(&self) -> RegionObligation<'tcx>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more