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 |
pub enum branch_kind {
no_branch,
single,
switch,
compare,
compare_vec_len,
}no_branch | |
single | |
switch | |
compare | |
compare_vec_len |
impl PartialEq for branch_kindfn eq(&self, __arg_0: &branch_kind) -> boolfn ne(&self, __arg_0: &branch_kind) -> bool
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).