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

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

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

Methods

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

Important traits for WriteHalf<C>
pub fn new(handle: C) -> WriteHalf<C>[src]

Create a WriteHalf associated with writable handle

Trait Implementations

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

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

type Target = C

The resulting type after dereferencing.

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

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

Auto Trait Implementations

impl<C> Send for WriteHalf<C> where
    C: Send

impl<C> Sync for WriteHalf<C> where
    C: Sync

impl<C> Unpin for WriteHalf<C> where
    C: Unpin

impl<C> UnwindSafe for WriteHalf<C> where
    C: UnwindSafe

impl<C> RefUnwindSafe for WriteHalf<C> where
    C: RefUnwindSafe

Blanket Implementations

impl<T> TWriteTransport for T where
    T: Write
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<W> WriteBytesExt for W where
    W: Write + ?Sized
[src]

impl<Inner> VarIntWriter for Inner where
    Inner: Write
[src]

impl<W> FixedIntWriter for W where
    W: Write
[src]