Struct serde_protobuf::descriptor::MessageDescriptor [−][src]
pub struct MessageDescriptor { /* fields omitted */ }Expand description
A descriptor for a single protocol buffer message type.
Implementations
Creates a new message descriptor with the specified message name.
Reads a message descriptor from a parsed Protobuf descriptor.
All of the fields in the descriptor.
Finds a field by field name.
Finds a field by field number.
Adds a new field to the descriptor.