Enum rustc::middle::trans::cleanup::EarlyExitLabel[src]
pub enum EarlyExitLabel {
UnwindExit,
ReturnExit,
LoopExit(NodeId, uint),
}Variants
UnwindExit | |
ReturnExit | |
LoopExit |
pub enum EarlyExitLabel {
UnwindExit,
ReturnExit,
LoopExit(NodeId, uint),
}UnwindExit | |
ReturnExit | |
LoopExit |
impl PartialEq for EarlyExitLabelfn eq(&self, __arg_0: &EarlyExitLabel) -> boolfn ne(&self, __arg_0: &EarlyExitLabel) -> 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).