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

🔬 This is a nightly-only experimental API. (rustc_private)

when a fn is called

🔬 This is a nightly-only experimental API. (rustc_private)

when two higher-ranked types are compared

🔬 This is a nightly-only experimental API. (rustc_private)

when projecting an associated type

Trait Implementations

impl Clone for LateBoundRegionConversionTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LateBoundRegionConversionTime
[src]

impl Debug for LateBoundRegionConversionTime
[src]

Formats the value using the given formatter.