[][src]Struct thrift::transport::ReadHalf

pub struct ReadHalf<C> where
    C: Read
{ /* fields omitted */ }

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

Methods

impl<C> ReadHalf<C> where
    C: Read
[src]

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

Create a ReadHalf associated with readable handle

Trait Implementations

impl<C: Debug> Debug for ReadHalf<C> where
    C: Read
[src]

impl<C> Deref for ReadHalf<C> where
    C: Read
[src]

type Target = C

The resulting type after dereferencing.

impl<C> DerefMut for ReadHalf<C> where
    C: Read
[src]

impl<C> Read for ReadHalf<C> where
    C: Read
[src]

Auto Trait Implementations

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

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

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

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

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

Blanket Implementations

impl<T> TReadTransport for T where
    T: Read
[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<R> ReadBytesExt for R where
    R: Read + ?Sized
[src]

impl<R> VarIntReader for R where
    R: Read
[src]

impl<R> FixedIntReader for R where
    R: Read
[src]