Enum rustc_mir::hair::BlockSafety [−][src]
pub enum BlockSafety { Safe, ExplicitUnsafe(NodeId), PushUnsafe, PopUnsafe, }
🔬 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
Safe
🔬 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?
ExplicitUnsafe(NodeId)
🔬 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?
PushUnsafe
🔬 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?
PopUnsafe
🔬 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 BlockSafety
[src]
impl Copy for BlockSafety
impl Clone for BlockSafety
[src]
impl Clone for BlockSafety
fn clone(&self) -> BlockSafety
[src]
fn clone(&self) -> BlockSafety
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)
Performs copy-assignment from source
. Read more
impl Debug for BlockSafety
[src]
impl Debug for BlockSafety
Auto Trait Implementations
impl Send for BlockSafety
impl Send for BlockSafety
impl Sync for BlockSafety
impl Sync for BlockSafety