Struct thrift::transport::WriteHalf [] [src]

pub struct WriteHalf<C> where
    C: Write
{ /* fields omitted */ }

The writable half of an object returned from TIoChannel::split.

Trait Implementations

impl<C: Debug> Debug for WriteHalf<C> where
    C: Write
[src]

Formats the value using the given formatter.

impl<C> Write for WriteHalf<C> where
    C: Write
[src]

Write a buffer into this object, returning how many bytes were written. Read more

Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more

Attempts to write an entire buffer into this write. Read more

Writes a formatted string into this writer, returning any error encountered. Read more

Creates a "by reference" adaptor for this instance of Write. Read more

impl<C> Deref for WriteHalf<C> where
    C: Write
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<C> DerefMut for WriteHalf<C> where
    C: Write
[src]

The method called to mutably dereference a value