Struct google_containeranalysis1::api::Material
source · pub struct Material {
pub digest: Option<HashMap<String, String>>,
pub uri: 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>>no description provided
uri: Option<String>no description provided
Trait Implementations§
source§impl<'de> Deserialize<'de> for Material
impl<'de> Deserialize<'de> for Material
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