pub enum EvidenceLane {
Input,
Value,
Failure,
Event,
Receipt,
Browse,
Conformance,
}Expand description
A stable evidence lane already available to a conformance case.
Variants§
Input
The scenario’s declared inputs.
Value
A successful result value.
Failure
A failed result.
Event
Ordered runtime events.
Receipt
Ordered operation or library receipts.
Browse
The browseable Card face.
Conformance
Conformance outcome and fidelity evidence.
Trait Implementations§
Source§impl Clone for EvidenceLane
impl Clone for EvidenceLane
Source§fn clone(&self) -> EvidenceLane
fn clone(&self) -> EvidenceLane
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 moreimpl Copy for EvidenceLane
Source§impl Debug for EvidenceLane
impl Debug for EvidenceLane
impl Eq for EvidenceLane
Source§impl PartialEq for EvidenceLane
impl PartialEq for EvidenceLane
impl StructuralPartialEq for EvidenceLane
Auto Trait Implementations§
impl Freeze for EvidenceLane
impl RefUnwindSafe for EvidenceLane
impl Send for EvidenceLane
impl Sync for EvidenceLane
impl Unpin for EvidenceLane
impl UnsafeUnpin for EvidenceLane
impl UnwindSafe for EvidenceLane
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.