[][src]Struct hyper_unix_connector::UDS

pub struct UDS(_);

Newtype for tokio::net::UnixStream so that it can work with hyper's Client.

Trait Implementations

impl AsyncRead for UDS[src]

impl AsyncWrite for UDS[src]

impl Connection for UDS[src]

impl Debug for UDS[src]

impl From<UnixStream> for UDS[src]

impl Into<UnixStream> for UDS[src]

impl<'pin> Unpin for UDS where
    __UDS<'pin>: Unpin
[src]

Auto Trait Implementations

impl !RefUnwindSafe for UDS[src]

impl Send for UDS[src]

impl Sync for UDS[src]

impl !UnwindSafe for UDS[src]

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> Instrument 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.