Struct google_cloudbuild1::Hash[][src]

pub struct Hash {
    pub type_: Option<String>,
    pub value: Option<String>,
}

Container message for hash values.

This type is not used in any activity, and only used as part of another schema.

Fields

The type of hash that was performed.

The hash value.

Trait Implementations

impl Default for Hash
[src]

Returns the "default value" for a type. Read more

impl Clone for Hash
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Hash
[src]

Formats the value using the given formatter. Read more

impl Part for Hash
[src]

Auto Trait Implementations

impl Send for Hash

impl Sync for Hash