Enum rustc_driver::Compilation
[−]
[src]
pub enum Compilation { Stop, Continue, }
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Variants
Stop
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Continue
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Methods
impl Compilation
[src]
impl Compilation
pub fn and_then<F: FnOnce() -> Compilation>(self, next: F) -> Compilation
[src]
pub fn and_then<F: FnOnce() -> Compilation>(self, next: F) -> Compilation
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Trait Implementations
impl Copy for Compilation
[src]
impl Copy for Compilation
impl Clone for Compilation
[src]
impl Clone for Compilation
fn clone(&self) -> Compilation
[src]
fn clone(&self) -> Compilation
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for Compilation
[src]
impl Debug for Compilation
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for Compilation
[src]
impl Eq for Compilation
impl PartialEq for Compilation
[src]
impl PartialEq for Compilation
Auto Trait Implementations
impl Send for Compilation
impl Send for Compilation
impl Sync for Compilation
impl Sync for Compilation