Struct google_containeranalysis1::api::Envelope
source · pub struct Envelope {
pub payload: Option<Vec<u8>>,
pub payload_type: Option<String>,
pub signatures: Option<Vec<EnvelopeSignature>>,
}Expand description
MUST match https://github.com/secure-systems-lab/dsse/blob/master/envelope.proto. An authenticated message of arbitrary type.
This type is not used in any activity, and only used as part of another schema.
Fields§
§payload: Option<Vec<u8>>no description provided
payload_type: Option<String>no description provided
signatures: Option<Vec<EnvelopeSignature>>no description provided
Trait Implementations§
source§impl<'de> Deserialize<'de> for Envelope
impl<'de> Deserialize<'de> for Envelope
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