Struct google_containeranalysis1::api::Hash
source · pub struct Hash {
pub type_: Option<String>,
pub value: Option<Vec<u8>>,
}Expand description
Container message for hash values.
This type is not used in any activity, and only used as part of another schema.
Fields§
§type_: Option<String>Required. The type of hash that was performed, e.g. “SHA-256”.
value: Option<Vec<u8>>Required. The hash value.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Hash
impl<'de> Deserialize<'de> for Hash
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