Enum protofish::context::Multiplicity [−][src]
pub enum Multiplicity {
Single,
Repeated,
RepeatedPacked,
Optional,
}
Expand description
Defines the multiplicity of the field values.
Variants
Single
Field is not repeated.
Repeated
Field may be repeated.
RepeatedPacked
Field is repeated by packing.
Optional
Field is optional.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Multiplicity
impl Send for Multiplicity
impl Sync for Multiplicity
impl Unpin for Multiplicity
impl UnwindSafe for Multiplicity
Blanket Implementations
Mutably borrows from an owned value. Read more