pub struct OutOutput<V, M> {
    pub version: V,
    pub metadata: Option<M>,
}
Expand description

Output of the “out” step of the resource

Fields

version: V

The resulting version.

metadata: Option<M>

A list of key-value pairs. This data is intended for public consumption and will make it upstream, intended to be shown on the build’s page.

Trait Implementations

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.