Enum rustc::session::config::EntryFnTypeUnstable [-] [+] [src]

pub enum EntryFnType {
    EntryMain,
    EntryStart,
    EntryNone,
}

Variants

EntryMain
EntryStart
EntryNone

Trait Implementations

Derived Implementations

impl PartialEq for EntryFnType

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

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

impl Copy for EntryFnType