Enum rustc::middle::expr_use_visitor::MatchModeExperimental [-]  [+] [src]

pub enum MatchMode {
    NonBindingMatch,
    BorrowingMatch,
    CopyingMatch,
    MovingMatch,
}

Variants

NonBindingMatch
BorrowingMatch
CopyingMatch
MovingMatch

Trait Implementations

Derived Implementations

impl Show for MatchMode

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

impl PartialEq for MatchMode

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

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

impl Copy for MatchMode