enum UnionFieldKind {
Show 26 variants
Null,
Boolean,
Int,
Long,
Float,
Double,
Bytes,
String,
Date,
TimeMillis,
TimeMicros,
TimestampMillisUtc,
TimestampMillisLocal,
TimestampMicrosUtc,
TimestampMicrosLocal,
TimestampNanosUtc,
TimestampNanosLocal,
Duration,
Fixed,
Decimal,
Enum,
Array,
Record,
Map,
Uuid,
Union,
}变体§
Null
Boolean
整数
长整数
Float
Double
字节
String
日期型 (Date)
时间(毫秒)
时间(微秒)
TimestampMillisUtc
TimestampMillisLocal
TimestampMicrosUtc
TimestampMicrosLocal
TimestampNanosUtc
TimestampNanosLocal
持续时间
Fixed
Decimal
枚举
数组
记录
Map
Uuid
联合
Trait 实现§
来源§impl Clone for UnionFieldKind
impl Clone for UnionFieldKind
来源§fn clone(&self) -> UnionFieldKind
fn clone(&self) -> UnionFieldKind
返回值的副本。 阅读更多
1.0.0 · 源§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
执行从
source 的复制赋值。 阅读更多来源§impl Debug for UnionFieldKind
impl Debug for UnionFieldKind
来源§impl PartialEq for UnionFieldKind
impl PartialEq for UnionFieldKind
impl Copy for UnionFieldKind
impl Eq for UnionFieldKind
impl StructuralPartialEq for UnionFieldKind
自动 Trait 实现§
impl Freeze for UnionFieldKind
impl RefUnwindSafe for UnionFieldKind
impl Send for UnionFieldKind
impl Sync for UnionFieldKind
impl Unpin for UnionFieldKind
impl UnwindSafe for UnionFieldKind
通用实现§
源§impl<T> CloneToUninit for Twhere T: Clone,
impl<T> CloneToUninit for Twhere T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
将 self 与
key 进行比较,如果它们相等则返回 true。