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

pub struct StatFile<T>(pub T);

Trait Implementations

impl<T> Service<Request<StatFileRequest>> for StatFile<T> where
    T: LlbBridge
[src]

type Response = Response<StatFileResponse>

Responses given by the service.

type Error = Status

Errors produced by the service.

type Future = T::StatFileFuture

The future response value.

Auto Trait Implementations

impl<T> Send for StatFile<T> where
    T: Send

impl<T> Unpin for StatFile<T> where
    T: Unpin

impl<T> Sync for StatFile<T> where
    T: Sync

impl<T> UnwindSafe for StatFile<T> where
    T: UnwindSafe

impl<T> RefUnwindSafe for StatFile<T> where
    T: RefUnwindSafe

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, M1, M2> UnaryService<M1> for T where
    T: Service<Request<M1>, Response = Response<M2>, Error = Status>, 
[src]

type Response = M2

Protobuf response message type

type Future = <T as Service<Request<M1>>>::Future

Response future