Enum rustc::infer::LateBoundRegionConversionTime
[−]
[src]
pub enum LateBoundRegionConversionTime {
FnCall,
HigherRankedType,
AssocTypeProjection(Name),
}Unstable (
rustc_private)Times when we replace late-bound regions with variables:
Variants
FnCallUnstable (
rustc_private)when a fn is called
HigherRankedTypeUnstable (
rustc_private)when two higher-ranked types are compared
AssocTypeProjection(Name)Unstable (
rustc_private)when projecting an associated type
Trait Implementations
Derived Implementations
impl Debug for LateBoundRegionConversionTime[src]
impl Copy for LateBoundRegionConversionTime[src]
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