pub struct Provenance {Show 17 fields
pub runtime: String,
pub os: String,
pub architecture: String,
pub cpu: String,
pub cpu_features: String,
pub rust_profile: String,
pub cargo_features: String,
pub target_features: String,
pub commit: String,
pub qualification_command: String,
pub source_repository: String,
pub workflow_name: String,
pub workflow_ref: String,
pub workflow_run_id: String,
pub workflow_run_url: String,
pub workflow_job: String,
pub workflow_attempt: String,
}Expand description
Explicit process and workflow facts supplied by the native adapter.
Fields§
§runtime: String§os: String§architecture: String§cpu: String§cpu_features: String§rust_profile: String§cargo_features: String§target_features: String§commit: String§qualification_command: String§source_repository: String§workflow_name: String§workflow_ref: String§workflow_run_id: String§workflow_run_url: String§workflow_job: String§workflow_attempt: StringTrait Implementations§
Source§impl Clone for Provenance
impl Clone for Provenance
Source§fn clone(&self) -> Provenance
fn clone(&self) -> Provenance
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 moreAuto Trait Implementations§
impl Freeze for Provenance
impl RefUnwindSafe for Provenance
impl Send for Provenance
impl Sync for Provenance
impl Unpin for Provenance
impl UnsafeUnpin for Provenance
impl UnwindSafe for Provenance
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