Enum rustc::infer::LateBoundRegionConversionTime
[−]
[src]
pub enum LateBoundRegionConversionTime {
FnCall,
HigherRankedType,
AssocTypeProjection(Name),
}🔬 This is a nightly-only experimental API. (
rustc_private)Times when we replace late-bound regions with variables:
Variants
FnCall🔬 This is a nightly-only experimental API. (
rustc_private)when a fn is called
HigherRankedType🔬 This is a nightly-only experimental API. (
rustc_private)when two higher-ranked types are compared
AssocTypeProjection(Name)🔬 This is a nightly-only experimental API. (
rustc_private)when projecting an associated type
Trait Implementations
impl Clone for LateBoundRegionConversionTime[src]
fn clone(&self) -> LateBoundRegionConversionTime
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