Struct tls_api_stub::TlsStream[][src]

pub struct TlsStream<S: AsyncSocket>(_, _);

Non-instantiatable stream.

Trait Implementations

impl<S: AsyncSocket> AsyncRead for TlsStream<S>[src]

impl<S: AsyncSocket> AsyncWrite for TlsStream<S>[src]

impl<S: Debug + AsyncSocket> Debug for TlsStream<S>[src]

impl<S: AsyncSocket> TlsStreamDyn for TlsStream<S>[src]

impl<S: AsyncSocket> TlsStreamWithSocketDyn<S> for TlsStream<S>[src]

impl<S: AsyncSocket> TlsStreamWithUpcastDyn<S> for TlsStream<S>[src]

Auto Trait Implementations

impl<S> RefUnwindSafe for TlsStream<S> where
    S: RefUnwindSafe
[src]

impl<S> Send for TlsStream<S>[src]

impl<S> Sync for TlsStream<S> where
    S: Sync
[src]

impl<S> Unpin for TlsStream<S>[src]

impl<S> UnwindSafe for TlsStream<S> where
    S: UnwindSafe
[src]

Blanket Implementations

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

impl<R> AsyncReadExt for R where
    R: AsyncRead + ?Sized
[src]

impl<A> AsyncSocket for A where
    A: 'static + Send + Unpin + Debug + AsyncRead + AsyncWrite
[src]

impl<W> AsyncWriteExt for W where
    W: AsyncWrite + ?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<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.