Enum rustc::middle::dataflow::EntryOrExitUnstable [-] [+] [src]

pub enum EntryOrExit {
    Entry,
    Exit,
}

Variants

Entry
Exit

Trait Implementations

Derived Implementations

impl Debug for EntryOrExit

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

impl Clone for EntryOrExit

fn clone(&self) -> EntryOrExit

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

impl Copy for EntryOrExit