Enum protobuf::stream::wire_format::WireType [] [src]

pub enum WireType {
    WireTypeVarint,
    WireTypeFixed64,
    WireTypeLengthDelimited,
    WireTypeStartGroup,
    WireTypeEndGroup,
    WireTypeFixed32,
}

Variants

Methods

impl WireType
[src]

Trait Implementations

impl PartialEq for WireType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for WireType
[src]

impl Clone for WireType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WireType
[src]

Formats the value using the given formatter.

impl Copy for WireType
[src]