Module protobuf::reflect::runtime_types[][src]

Expand description

Implementations of RuntimeType for all types.

Structs

Implementation for bool

Implementation for enum.

Implementation for enum.

Implementation for f32

Implementation for f64

Implementation for i32

Implementation for f32

Implementation for Message.

Implementation for String

Implementation for u32

Implementation for u64

Implementation for Vec<u8>

Enums

Object wrapper can be used to query hashmap.

Traits

RuntimeType is not implemented by all protobuf types directly because it’s not possible to implement RuntimeType for all Message implementations at once: each Message implementation has to reimplement all the methods again. With current strategy there’s only implementation for all messages, which is RuntimeTypeMessage.

Types which can be hashmap keys.

Runtime type which can be dereferenced.