pub(crate) struct AvroSchemaOptions {
pub(crate) null_order: Option<Nullability>,
pub(crate) strip_metadata: bool,
}字段§
§null_order: Option<Nullability>§strip_metadata: boolTrait 实现§
源代码§实现 Clone 用于 AvroSchemaOptions
实现 Clone 用于 AvroSchemaOptions
源代码§函数 clone(&self) -> AvroSchemaOptions
函数 clone(&self) -> AvroSchemaOptions
返回值的副本。 阅读更多
1.0.0 · 源§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
执行从
source 的复制赋值。 阅读更多源代码§实现 Debug 用于 AvroSchemaOptions
实现 Debug 用于 AvroSchemaOptions
源代码§实现 Default 用于 AvroSchemaOptions
实现 Default 用于 AvroSchemaOptions
源代码§函数 default() -> AvroSchemaOptions
函数 default() -> AvroSchemaOptions
返回某个类型的“默认值”。阅读更多