pub struct Execution {
pub trust: ExecutionTrust,
pub supply_chain: Option<SupplyChain>,
}Expand description
Code provenance: the local-trust rung, plus supply-chain detail when the code is
network-sourced (v1.4 §2.6). supply_chain is present only for network-sourced
execution — a command running no downloaded code leaves it None, and a level’s
supply-chain constraints are then vacuously satisfied.
Fields§
§trust: ExecutionTrust§supply_chain: Option<SupplyChain>Trait Implementations§
impl Copy for Execution
impl Eq for Execution
impl StructuralPartialEq for Execution
Auto Trait Implementations§
impl Freeze for Execution
impl RefUnwindSafe for Execution
impl Send for Execution
impl Sync for Execution
impl Unpin for Execution
impl UnsafeUnpin for Execution
impl UnwindSafe for Execution
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,
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.