Enum protobuf::UnknownValue [] [src]

pub enum UnknownValue {
    Fixed32(u32),
    Fixed64(u64),
    Varint(u64),
    LengthDelimited(Vec<u8>),
}

Variants

Fixed32(u32)Fixed64(u64)Varint(u64)LengthDelimited(Vec<u8>)

Methods

impl UnknownValue
[src]

fn wire_type(&self) -> WireType

fn get_ref<'s>(&'s self) -> UnknownValueRef<'s>

Trait Implementations

impl Debug for UnknownValue
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.