Struct rift::protocol::TMultiplexedOutputProtocol [] [src]

pub struct TMultiplexedOutputProtocol { /* fields omitted */ }

Methods

impl TMultiplexedOutputProtocol
[src]

Trait Implementations

impl TOutputProtocol for TMultiplexedOutputProtocol
[src]

Write the beginning of a Thrift message to the wire.

Write the end of a Thrift message to the wire.

Write the beginning of a Thrift struct to the wire.

Write the end of a Thrift struct to the wire.

Write the beginning of a Thrift field to the wire.

Write the end of a Thrift field to the wire.

Write a marker indicating that all fields in a Thrift struct have been successfully serialzed to the wire. Read more

Write a fixed-length byte array to the wire.

Write a bool to the wire.

Write an 8-bit signed integer to the wire.

Write a 16-bit signed integer to the wire.

Write a 32-bit signed integer to the wire.

Write a 64-bit signed integer to the wire.

Write a 64-bit float to the wire.

Write a fixed-length string to the wire.

Write the beginning of a list to the wire.

Write the end of a list to the wire.

Write the beginning of a set to the wire.

Write the end of a set to the wire.

Write the beginning of a map to the wire.

Write the end of a map to the wire.

Flush any intermediately buffered bytes to the underlying transport.

Write an unsigned byte to the wire. Read more