enum NullablePlan {
ReadTag,
FromSingle {
promotion: Promotion,
},
}展开描述
用于解码读取器端 ["null", T] 类型时的运行时计划。
变体§
Trait 实现§
源代码§impl Clone for NullablePlan
impl Clone for NullablePlan
源代码§fn clone(&self) -> NullablePlan
fn clone(&self) -> NullablePlan
返回值的副本。 阅读更多
1.0.0 · 源§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
执行从
source 的复制赋值。 阅读更多