Enum rustc_typeck::session::config::EntryFnTypeExperimental [-]  [+] [src]

pub enum EntryFnType {
    EntryMain,
    EntryStart,
    EntryNone,
}

Variants

EntryMain
EntryStart
EntryNone

Trait Implementations

Derived Implementations

impl PartialEq<EntryFnType> for EntryFnType

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

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

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

impl Copy for EntryFnType