Enum rustc_lint::session::config::EntryFnTypeUnstable [-] [+] [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

impl Clone for EntryFnType

fn clone(&self) -> EntryFnType

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

impl Copy for EntryFnType