Enum std::backtrace::BacktraceStatus[][src]

#[non_exhaustive]
pub enum BacktraceStatus {
    Unsupported,
    Disabled,
    Captured,
}
🔬 This is a nightly-only experimental API. (backtrace #53487)
Expand description

回溯的当前状态,指示它是否已捕获或由于其他原因而为空。

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Unsupported
🔬 This is a nightly-only experimental API. (backtrace #53487)

不支持捕获回溯,这可能是因为当前平台尚未实现。

Disabled
🔬 This is a nightly-only experimental API. (backtrace #53487)

通过 RUST_LIB_BACKTRACERUST_BACKTRACE 环境变量已禁用捕获回溯。

Captured
🔬 This is a nightly-only experimental API. (backtrace #53487)

回溯已被捕获,并且 Backtrace 在呈现时应打印合理的信息。

Trait Implementations

使用给定的格式化程序格式化该值。 Read more

此方法测试 selfother 值是否相等,并由 == 使用。 Read more

此方法测试 !=

Auto Trait Implementations

Blanket Implementations

获取 selfTypeIdRead more

从拥有的值中一成不变地借用。 Read more

从拥有的值中借用。 Read more

执行转换。

执行转换。

发生转换错误时返回的类型。

执行转换。

发生转换错误时返回的类型。

执行转换。