Enum rustc_driver::CompilationUnstable [-] [+] [src]

pub enum Compilation {
    Stop,
    Continue,
}

Variants

Stop
Continue

Methods

impl Compilation

fn and_then<F: FnOnce() -> Compilation>(self, next: F) -> Compilation

Trait Implementations

Derived Implementations

impl PartialEq for Compilation

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

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

impl Eq for Compilation

impl Debug for Compilation

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

impl Clone for Compilation

fn clone(&self) -> Compilation

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

impl Copy for Compilation