Enum protobuf::reflect::RuntimeFieldType
source · [−]pub enum RuntimeFieldType {
Singular(RuntimeTypeBox),
Repeated(RuntimeTypeBox),
Map(RuntimeTypeBox, RuntimeTypeBox),
}
Expand description
Reflective representation of field type.
Variants
Singular(RuntimeTypeBox)
Singular field (required, optional for proto2 or singular for proto3)
Repeated(RuntimeTypeBox)
Repeated field
Map(RuntimeTypeBox, RuntimeTypeBox)
Map field