pub struct InTotoSlsaProvenanceV1 {
pub _type: Option<String>,
pub predicate: Option<SlsaProvenanceV1>,
pub predicate_type: Option<String>,
pub subject: Option<Vec<Subject>>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§_type: Option<String>InToto spec defined at https://github.com/in-toto/attestation/tree/main/spec#statement
predicate: Option<SlsaProvenanceV1>no description provided
predicate_type: Option<String>no description provided
subject: Option<Vec<Subject>>no description provided
Trait Implementations§
Source§impl Clone for InTotoSlsaProvenanceV1
impl Clone for InTotoSlsaProvenanceV1
Source§fn clone(&self) -> InTotoSlsaProvenanceV1
fn clone(&self) -> InTotoSlsaProvenanceV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InTotoSlsaProvenanceV1
impl Debug for InTotoSlsaProvenanceV1
Source§impl Default for InTotoSlsaProvenanceV1
impl Default for InTotoSlsaProvenanceV1
Source§fn default() -> InTotoSlsaProvenanceV1
fn default() -> InTotoSlsaProvenanceV1
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InTotoSlsaProvenanceV1
impl<'de> Deserialize<'de> for InTotoSlsaProvenanceV1
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 InTotoSlsaProvenanceV1
Auto Trait Implementations§
impl Freeze for InTotoSlsaProvenanceV1
impl RefUnwindSafe for InTotoSlsaProvenanceV1
impl Send for InTotoSlsaProvenanceV1
impl Sync for InTotoSlsaProvenanceV1
impl Unpin for InTotoSlsaProvenanceV1
impl UnsafeUnpin for InTotoSlsaProvenanceV1
impl UnwindSafe for InTotoSlsaProvenanceV1
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