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