Struct protobuf::types::ProtobufTypeEnum [] [src]

pub struct ProtobufTypeEnum<E: ProtobufEnum>(_);

Trait Implementations

impl<E: ProtobufEnum + ProtobufValue> ProtobufType for ProtobufTypeEnum<E>
[src]

[src]

[src]

[src]

[src]

[src]

Compute size adding length prefix if wire type is length delimited (i. e. string, bytes, message) Read more

[src]

[src]

Get previously computed size

[src]

Get previously cached size with length prefix

Auto Trait Implementations

impl<E> Send for ProtobufTypeEnum<E> where
    E: Send

impl<E> Sync for ProtobufTypeEnum<E> where
    E: Sync