pub struct VerifyProbe {
pub args: Expr,
pub oracle: ProbeOracle,
pub verifier_ids: Vec<Symbol>,
}Expand description
Concrete case that proves a compiled intent against required verifiers.
Fields§
§args: ExprConcrete arguments for the known case.
oracle: ProbeOracleExpected answer or evidence reference for the known case.
verifier_ids: Vec<Symbol>Verifier ids that must pass on this probe.
Implementations§
Source§impl VerifyProbe
impl VerifyProbe
Sourcepub fn content_id(&self) -> Result<ContentId>
pub fn content_id(&self) -> Result<ContentId>
Returns the content id of this probe record.
Trait Implementations§
Source§impl Clone for VerifyProbe
impl Clone for VerifyProbe
Source§fn clone(&self) -> VerifyProbe
fn clone(&self) -> VerifyProbe
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 VerifyProbe
impl Debug for VerifyProbe
impl Eq for VerifyProbe
Source§impl PartialEq for VerifyProbe
impl PartialEq for VerifyProbe
impl StructuralPartialEq for VerifyProbe
Auto Trait Implementations§
impl Freeze for VerifyProbe
impl RefUnwindSafe for VerifyProbe
impl Send for VerifyProbe
impl Sync for VerifyProbe
impl Unpin for VerifyProbe
impl UnsafeUnpin for VerifyProbe
impl UnwindSafe for VerifyProbe
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.