Enum racer::core::MatchType [] [src]

pub enum MatchType {
    Struct,
    Module,
    MatchArm,
    Function,
    Crate,
    Let,
    IfLet,
    WhileLet,
    For,
    StructField,
    Impl,
    Enum,
    EnumVariant,
    Type,
    FnArg,
    Trait,
    Const,
    Static,
}

Variants

Struct
Module
MatchArm
Function
Crate
Let
IfLet
WhileLet
For
StructField
Impl
Enum
EnumVariant
Type
FnArg
Trait
Const
Static

Trait Implementations

Derived Implementations

impl PartialEq for MatchType

fn eq(&self, __arg_0: &MatchType) -> bool

fn ne(&self, __arg_0: &MatchType) -> bool

impl Copy for MatchType

impl Clone for MatchType

fn clone(&self) -> MatchType

fn clone_from(&mut self, source: &Self)

impl Debug for MatchType

fn fmt(&self, __arg_0: &mut Formatter) -> Result