Struct solana_runtime::accounts_db::FROZEN_ACCOUNT_PANIC [−][src]
pub struct FROZEN_ACCOUNT_PANIC { /* fields omitted */ }
Methods from Deref<Target = Arc<AtomicBool>>
Trait Implementations
type Target = Arc<AtomicBool>
type Target = Arc<AtomicBool>
The resulting type after dereferencing.
Dereferences the value.
Auto Trait Implementations
impl RefUnwindSafe for FROZEN_ACCOUNT_PANIC
impl Send for FROZEN_ACCOUNT_PANIC
impl Sync for FROZEN_ACCOUNT_PANIC
impl Unpin for FROZEN_ACCOUNT_PANIC
impl UnwindSafe for FROZEN_ACCOUNT_PANIC
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more