Struct rustc::util::common::DEFAULT_HOOK [−]
struct DEFAULT_HOOK { __private_field: (), }
🔬 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?
Fields
__private_field: ()
🔬 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 from __Deref<Target = Box<Fn(&PanicInfo) + Sync + Send + 'static>>
Trait Implementations
impl __Deref for DEFAULT_HOOK
impl __Deref for DEFAULT_HOOK
type Target = Box<Fn(&PanicInfo) + Sync + Send + 'static>
The resulting type after dereferencing.
ⓘImportant traits for Box<W>fn deref(&self) -> &Box<Fn(&PanicInfo) + Sync + Send + 'static>
ⓘImportant traits for Box<W>
fn deref(&self) -> &Box<Fn(&PanicInfo) + Sync + Send + 'static>
Dereferences the value.
impl LazyStatic for DEFAULT_HOOK
impl LazyStatic for DEFAULT_HOOK
fn initialize(lazy: &Self)
fn initialize(lazy: &Self)
🔬 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?
Auto Trait Implementations
impl Send for DEFAULT_HOOK
impl Send for DEFAULT_HOOK
impl Sync for DEFAULT_HOOK
impl Sync for DEFAULT_HOOK