Struct gapi_grpc::google::devtools::cloudbuild::v1::BuiltImage[][src]

pub struct BuiltImage {
    pub name: String,
    pub digest: String,
    pub push_timing: Option<TimeSpan>,
}

An image built by the pipeline.

Fields

name: String

Name used to push the container image to Google Container Registry, as presented to docker push.

digest: String

Docker Registry 2.0 digest.

push_timing: Option<TimeSpan>

Output only. Stores timing information for pushing the specified image.

Trait Implementations

impl Clone for BuiltImage[src]

impl Debug for BuiltImage[src]

impl Default for BuiltImage[src]

impl Message for BuiltImage[src]

impl PartialEq<BuiltImage> for BuiltImage[src]

impl StructuralPartialEq for BuiltImage[src]

Auto Trait Implementations

impl RefUnwindSafe for BuiltImage

impl Send for BuiltImage

impl Sync for BuiltImage

impl Unpin for BuiltImage

impl UnwindSafe for BuiltImage

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> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

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

type Owned = T

The resulting type after obtaining ownership.

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<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]