Enum syntax::ext::hygiene::CompilerDesugaringKind   [−][src]
pub enum CompilerDesugaringKind {
    DotFill,
    QuestionMark,
    Catch,
    ExistentialReturnType,
    Async,
    ForLoop,
}The kind of compiler desugaring.
Variants
DotFillQuestionMarkCatchExistentialReturnTypeDesugaring of an impl Trait in return type position
to an existential type Foo: Trait; + replacing the
impl Trait with Foo.
AsyncForLoop
                    Methods
impl CompilerDesugaringKind[src] 
                impl CompilerDesugaringKindTrait Implementations
impl Hash for CompilerDesugaringKind[src] 
impl Hash for CompilerDesugaringKindfn hash<__H>(&self, state: &mut __H) where
    __H: Hasher, [src] 
fn hash<__H>(&self, state: &mut __H) where
    __H: Hasher, Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0[src] 
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Decodable for CompilerDesugaringKind[src] 
impl Decodable for CompilerDesugaringKindfn decode<__D>(
    d: &mut __D
) -> Result<CompilerDesugaringKind, <__D as Decoder>::Error> where
    __D: Decoder, [src] 
fn decode<__D>(
    d: &mut __D
) -> Result<CompilerDesugaringKind, <__D as Decoder>::Error> where
    __D: Decoder, impl Clone for CompilerDesugaringKind[src] 
impl Clone for CompilerDesugaringKindfn clone(&self) -> CompilerDesugaringKind[src] 
fn clone(&self) -> CompilerDesugaringKindReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for CompilerDesugaringKind[src] 
impl Debug for CompilerDesugaringKindfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src] 
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for CompilerDesugaringKind[src] 
impl Copy for CompilerDesugaringKindimpl Eq for CompilerDesugaringKind[src] 
impl Eq for CompilerDesugaringKindimpl Encodable for CompilerDesugaringKind[src] 
impl Encodable for CompilerDesugaringKindimpl PartialEq<CompilerDesugaringKind> for CompilerDesugaringKind[src] 
impl PartialEq<CompilerDesugaringKind> for CompilerDesugaringKindAuto Trait Implementations
impl Send for CompilerDesugaringKind
impl Send for CompilerDesugaringKindimpl Sync for CompilerDesugaringKind
impl Sync for CompilerDesugaringKind