pub struct ExecutionSemantics {
pub disposition: Option<GovernedDisposition>,
pub outcome_state: Option<OutcomeState>,
pub outcome: Option<ReceiptOutcome>,
pub input_context: Option<InputContextCapture>,
pub surface_refs: Option<Vec<ReceiptSurfaceRef>>,
pub evidence_refs: Option<Vec<ReceiptSurfaceRef>>,
}Fields§
§disposition: Option<GovernedDisposition>§outcome_state: Option<OutcomeState>§outcome: Option<ReceiptOutcome>§input_context: Option<InputContextCapture>§surface_refs: Option<Vec<ReceiptSurfaceRef>>§evidence_refs: Option<Vec<ReceiptSurfaceRef>>Trait Implementations§
Source§impl Clone for ExecutionSemantics
impl Clone for ExecutionSemantics
Source§fn clone(&self) -> ExecutionSemantics
fn clone(&self) -> ExecutionSemantics
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 ExecutionSemantics
impl Debug for ExecutionSemantics
Source§impl<'de> Deserialize<'de> for ExecutionSemantics
impl<'de> Deserialize<'de> for ExecutionSemantics
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
Source§impl PartialEq for ExecutionSemantics
impl PartialEq for ExecutionSemantics
Source§fn eq(&self, other: &ExecutionSemantics) -> bool
fn eq(&self, other: &ExecutionSemantics) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ExecutionSemantics
impl Serialize for ExecutionSemantics
impl StructuralPartialEq for ExecutionSemantics
Auto Trait Implementations§
impl Freeze for ExecutionSemantics
impl RefUnwindSafe for ExecutionSemantics
impl Send for ExecutionSemantics
impl Sync for ExecutionSemantics
impl Unpin for ExecutionSemantics
impl UnsafeUnpin for ExecutionSemantics
impl UnwindSafe for ExecutionSemantics
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