[][src]Struct hyper_sync_rustls::TlsStream

pub struct TlsStream<S: Session, U: NetworkStream = HttpStream> { /* fields omitted */ }

Implementations

impl<S: Session, U: NetworkStream> TlsStream<S, U>[src]

pub fn new(session: S, stream: U) -> TlsStream<S, U>[src]

Trait Implementations

impl<S: Session, U: NetworkStream> Read for TlsStream<S, U>[src]

impl<S: Session, U: NetworkStream> Write for TlsStream<S, U>[src]

Auto Trait Implementations

impl<S, U> RefUnwindSafe for TlsStream<S, U> where
    S: RefUnwindSafe,
    U: RefUnwindSafe

impl<S, U> Send for TlsStream<S, U>

impl<S, U> Sync for TlsStream<S, U> where
    U: Sync

impl<S, U> Unpin for TlsStream<S, U> where
    S: Unpin,
    U: Unpin

impl<S, U> UnwindSafe for TlsStream<S, U> where
    S: UnwindSafe,
    U: UnwindSafe

Blanket Implementations

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

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

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

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

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

impl<R> ReadBytesExt for R where
    R: Read + ?Sized

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> Typeable for T where
    T: Any

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