[][src]Struct buildkit_proto::moby::buildkit::v1::frontend::server::llb_bridge::ResponseBody

pub struct ResponseBody<T> where
    T: LlbBridge
{ /* fields omitted */ }

Trait Implementations

impl<T> Body for ResponseBody<T> where
    T: LlbBridge
[src]

type Data = <BoxBody as Body>::Data

Values yielded by the Body.

type Error = Status

The error type this BufStream might generate.

Auto Trait Implementations

impl<T> Sync for ResponseBody<T>

impl<T> Send for ResponseBody<T>

impl<T> Unpin for ResponseBody<T>

impl<T> UnwindSafe for ResponseBody<T>

impl<T> RefUnwindSafe for ResponseBody<T>

Blanket Implementations

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Body for T where
    T: Body,
    <T as Body>::Error: Into<Box<dyn Error + 'static + Sync + Send>>, 
[src]

type Data = <T as Body>::Data

type Error = <T as Body>::Error

impl<T> Body for T where
    T: BufStream
[src]

type Data = <T as BufStream>::Item

Values yielded by the Body.

type Error = <T as BufStream>::Error

The error type this BufStream might generate.