pub struct GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation {
pub config_source: Option<GrafeasV1SlsaProvenanceZeroTwoSlsaConfigSource>,
pub environment: Option<HashMap<String, Value>>,
pub parameters: Option<HashMap<String, Value>>,
}Expand description
Identifies the event that kicked off the build.
This type is not used in any activity, and only used as part of another schema.
Fields§
§config_source: Option<GrafeasV1SlsaProvenanceZeroTwoSlsaConfigSource>no description provided
environment: Option<HashMap<String, Value>>no description provided
parameters: Option<HashMap<String, Value>>no description provided
Trait Implementations§
source§impl Clone for GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation
impl Clone for GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation
source§fn clone(&self) -> GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation
fn clone(&self) -> GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation
impl Default for GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation
source§fn default() -> GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation
fn default() -> GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation
impl<'de> Deserialize<'de> for GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more