[][src]Struct buildkit_proto::pb::BuildOp

pub struct BuildOp {
    pub builder: i64,
    pub inputs: HashMap<String, BuildInput>,
    pub def: Option<Definition>,
    pub attrs: HashMap<String, String>,
}

BuildOp is used for nested build invocation. BuildOp is experimental and can break without backwards compatibility

Fields

builder: i64inputs: HashMap<String, BuildInput>def: Option<Definition>attrs: HashMap<String, String>

outputs

Trait Implementations

impl Default for BuildOp[src]

impl Clone for BuildOp[src]

impl PartialEq<BuildOp> for BuildOp[src]

impl Debug for BuildOp[src]

impl Message for BuildOp[src]

Auto Trait Implementations

impl Send for BuildOp

impl Unpin for BuildOp

impl Sync for BuildOp

impl UnwindSafe for BuildOp

impl RefUnwindSafe for BuildOp

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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]