Enum rustc_driver::CompilationUnstable
[-] [+]
[src]
pub enum Compilation { Stop, Continue, }
Variants
Stop | |
Continue |
pub enum Compilation { Stop, Continue, }
Stop | |
Continue |
impl Compilation
fn and_then<F: FnOnce() -> Compilation>(self, next: F) -> Compilation
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
impl Clone for Compilation
fn clone(&self) -> Compilation
fn clone_from(&mut self, source: &Self)
impl Copy for Compilation
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).