pub struct DSSEAttestationOccurrence {
pub envelope: Option<Envelope>,
pub statement: Option<InTotoStatement>,
}Expand description
Deprecated. Prefer to use a regular Occurrence, and populate the Envelope at the top level of the Occurrence.
This type is not used in any activity, and only used as part of another schema.
Fields§
§envelope: Option<Envelope>If doing something security critical, make sure to verify the signatures in this metadata.
statement: Option<InTotoStatement>no description provided
Trait Implementations§
source§impl Clone for DSSEAttestationOccurrence
impl Clone for DSSEAttestationOccurrence
source§fn clone(&self) -> DSSEAttestationOccurrence
fn clone(&self) -> DSSEAttestationOccurrence
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 DSSEAttestationOccurrence
impl Debug for DSSEAttestationOccurrence
source§impl Default for DSSEAttestationOccurrence
impl Default for DSSEAttestationOccurrence
source§fn default() -> DSSEAttestationOccurrence
fn default() -> DSSEAttestationOccurrence
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DSSEAttestationOccurrence
impl<'de> Deserialize<'de> for DSSEAttestationOccurrence
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
impl Part for DSSEAttestationOccurrence
Auto Trait Implementations§
impl RefUnwindSafe for DSSEAttestationOccurrence
impl Send for DSSEAttestationOccurrence
impl Sync for DSSEAttestationOccurrence
impl Unpin for DSSEAttestationOccurrence
impl UnwindSafe for DSSEAttestationOccurrence
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more