Struct google_containeranalysis1::api::Subject
source · pub struct Subject {
pub digest: Option<HashMap<String, String>>,
pub name: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§digest: Option<HashMap<String, String>>"": "" Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
name: Option<String>no description provided
Trait Implementations§
source§impl<'de> Deserialize<'de> for Subject
impl<'de> Deserialize<'de> for Subject
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