Struct serde_protobuf::descriptor::MessageId [−][src]
pub struct MessageId(_);Expand description
An ID used for internal tracking of resolved message descriptors.
It is not possible to construct a value of this type from outside this module.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MessageId
impl UnwindSafe for MessageId
Blanket Implementations
Mutably borrows from an owned value. Read more