Struct protobuf_codec::message::MessageEncoder [] [src]

pub struct MessageEncoder<F> { /* fields omitted */ }

Encoder for messages.

Methods

impl<F: FieldEncode> MessageEncoder<F>
[src]

[src]

Makes a new MessageEncoder instance.

Trait Implementations

impl<F: Debug> Debug for MessageEncoder<F>
[src]

[src]

Formats the value using the given formatter. Read more

impl<F: Default> Default for MessageEncoder<F>
[src]

[src]

Returns the "default value" for a type. Read more

impl<F: FieldEncode> Encode for MessageEncoder<F>
[src]

The type of items to be encoded.

[src]

Encodes the items in the encoder and writes the encoded bytes to the given buffer. Read more

[src]

Tries to start encoding the given item. Read more

[src]

Returns true if there are no items to be encoded in the encoder, otherwise false.

[src]

Returns the number of bytes required to encode all the items in the encoder. Read more

impl<F: FieldEncode + ExactBytesEncode> ExactBytesEncode for MessageEncoder<F>
[src]

[src]

Returns the exact number of bytes required to encode all the items remaining in the encoder.

impl<F: FieldEncode> MessageEncode for MessageEncoder<F>
[src]

Auto Trait Implementations

impl<F> Send for MessageEncoder<F> where
    F: Send

impl<F> Sync for MessageEncoder<F> where
    F: Sync