Struct std::collections::TryReserveError 1.57.0[−][src]
pub struct TryReserveError { /* fields omitted */ }
Expand description
try_reserve
方法的错误类型。
Implementations
有关导致错误的分配的详细信息
Trait Implementations
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
执行转换。
此方法测试 self
和 other
值是否相等,并由 ==
使用。 Read more
此方法测试 !=
。