Enum rustc::middle::trans::_match::branch_kind[src]

pub enum branch_kind {
    no_branch,
    single,
    switch,
    compare,
    compare_vec_len,
}

Variants

no_branch
single
switch
compare
compare_vec_len

Trait Implementations

Derived Implementations

impl PartialEq for branch_kind

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

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