pub enum ReceiptCommitmentScope {
Input,
Output,
Stdout,
Stderr,
Error,
}Expand description
Scoped byte commitment; unifies the old hash_commitments + enforcement.std*_hash.
Variants§
Trait Implementations§
Source§impl Clone for ReceiptCommitmentScope
impl Clone for ReceiptCommitmentScope
Source§fn clone(&self) -> ReceiptCommitmentScope
fn clone(&self) -> ReceiptCommitmentScope
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 ReceiptCommitmentScope
impl Debug for ReceiptCommitmentScope
Source§impl<'de> Deserialize<'de> for ReceiptCommitmentScope
impl<'de> Deserialize<'de> for ReceiptCommitmentScope
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 ReceiptCommitmentScope
Source§impl PartialEq for ReceiptCommitmentScope
impl PartialEq for ReceiptCommitmentScope
Source§fn eq(&self, other: &ReceiptCommitmentScope) -> bool
fn eq(&self, other: &ReceiptCommitmentScope) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RunxSchema for ReceiptCommitmentScope
impl RunxSchema for ReceiptCommitmentScope
Source§fn json_schema() -> Value
fn json_schema() -> Value
The inlined JSON Schema for this type.
Source§impl Serialize for ReceiptCommitmentScope
impl Serialize for ReceiptCommitmentScope
impl StructuralPartialEq for ReceiptCommitmentScope
Auto Trait Implementations§
impl Freeze for ReceiptCommitmentScope
impl RefUnwindSafe for ReceiptCommitmentScope
impl Send for ReceiptCommitmentScope
impl Sync for ReceiptCommitmentScope
impl Unpin for ReceiptCommitmentScope
impl UnsafeUnpin for ReceiptCommitmentScope
impl UnwindSafe for ReceiptCommitmentScope
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