Enum httlib_protos::Typ [−][src]
pub enum Typ {
Varint,
Bit64,
LengthDelimited,
Bit32,
Unknown,
}Expand description
Provides available wire types supported by proto3.
Variants
Represents the wire type 0 which allows for encoding of data formats
int32, int64, uint32, uint64, sint32, sint64 and bool.
Represents the wire type 1 which allows for encoding of data formats
fixed64, sfixed64 and double.
Represents the wire type 2 which allows for encoding of data formats
string, bytes, embedded messages and packed repeated fields.
Represents the wire type 5 which allows for encoding of data formats
fixed32, sfixed32 and float.
Represents un unknown wire type.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Typ
impl UnwindSafe for Typ
Blanket Implementations
Mutably borrows from an owned value. Read more