Struct google_containeranalysis1::api::EnvelopeSignature
source · pub struct EnvelopeSignature {
pub keyid: Option<String>,
pub sig: Option<Vec<u8>>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§keyid: Option<String>no description provided
sig: Option<Vec<u8>>no description provided
Trait Implementations§
source§impl Clone for EnvelopeSignature
impl Clone for EnvelopeSignature
source§fn clone(&self) -> EnvelopeSignature
fn clone(&self) -> EnvelopeSignature
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 Debug for EnvelopeSignature
impl Debug for EnvelopeSignature
source§impl Default for EnvelopeSignature
impl Default for EnvelopeSignature
source§fn default() -> EnvelopeSignature
fn default() -> EnvelopeSignature
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EnvelopeSignature
impl<'de> Deserialize<'de> for EnvelopeSignature
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