Module reflect

Source
Expand description

Reflection implementation for protobuf types.

Structs§

EnumDescriptor
Dynamic representation of enum type.
EnumValueDescriptor
Description for enum variant.
FieldDescriptor
Field descriptor.
MessageDescriptor
Dynamic message type

Enums§

ReflectFieldRef
Reference to a value stored in a field, optional, repeated or map.
ReflectValueRef
A reference to a value

Traits§

ProtobufValue
Type implemented by all protobuf elementary types (ints, floats, bool, string, bytes, enums, messages).