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 BlockSafetyimpl Clone for BlockSafety[src]
impl Clone for BlockSafetyfn clone(&self) -> BlockSafety[src]
fn clone(&self) -> BlockSafetyReturns 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 BlockSafetyAuto Trait Implementations
impl Send for BlockSafety
impl Send for BlockSafetyimpl Sync for BlockSafety
impl Sync for BlockSafety