pub struct BuildProvenance {
pub source_repository: String,
pub source_commit: String,
pub builder_id: String,
pub workflow_ref: Option<String>,
pub invocation_id: String,
pub inventory_digest: String,
pub release_manifest_digest: String,
pub sbom: Option<SbomReference>,
pub license: Option<String>,
pub wrapper: Option<WrapperProvenance>,
}Fields§
§source_repository: String§source_commit: String§builder_id: String§workflow_ref: Option<String>§invocation_id: String§inventory_digest: String§release_manifest_digest: String§sbom: Option<SbomReference>§license: Option<String>§wrapper: Option<WrapperProvenance>Trait Implementations§
Source§impl Clone for BuildProvenance
impl Clone for BuildProvenance
Source§fn clone(&self) -> BuildProvenance
fn clone(&self) -> BuildProvenance
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 BuildProvenance
impl Debug for BuildProvenance
Source§impl<'de> Deserialize<'de> for BuildProvenance
impl<'de> Deserialize<'de> for BuildProvenance
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 Eq for BuildProvenance
Source§impl PartialEq for BuildProvenance
impl PartialEq for BuildProvenance
Source§impl Serialize for BuildProvenance
impl Serialize for BuildProvenance
impl StructuralPartialEq for BuildProvenance
Auto Trait Implementations§
impl Freeze for BuildProvenance
impl RefUnwindSafe for BuildProvenance
impl Send for BuildProvenance
impl Sync for BuildProvenance
impl Unpin for BuildProvenance
impl UnsafeUnpin for BuildProvenance
impl UnwindSafe for BuildProvenance
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.