pub struct EvidenceAblationReceiptV1 {Show 13 fields
pub schema_version: String,
pub baseline_result_ids: Vec<String>,
pub gap_loop_result_ids: Vec<String>,
pub packet_digest_without_gap_loop: String,
pub packet_digest_with_gap_loop: String,
pub answer_without_gap_loop: Option<String>,
pub answer_with_gap_loop: Option<String>,
pub baseline_outcome: EvidenceTerminalOutcomeV1,
pub final_outcome: EvidenceTerminalOutcomeV1,
pub packet_changed: bool,
pub order_changed: bool,
pub answer_changed: bool,
pub improved: bool,
}Fields§
§schema_version: String§baseline_result_ids: Vec<String>§gap_loop_result_ids: Vec<String>§packet_digest_without_gap_loop: String§packet_digest_with_gap_loop: String§answer_without_gap_loop: Option<String>§answer_with_gap_loop: Option<String>§baseline_outcome: EvidenceTerminalOutcomeV1§final_outcome: EvidenceTerminalOutcomeV1§packet_changed: bool§order_changed: bool§answer_changed: bool§improved: boolTrait Implementations§
Source§impl Clone for EvidenceAblationReceiptV1
impl Clone for EvidenceAblationReceiptV1
Source§fn clone(&self) -> EvidenceAblationReceiptV1
fn clone(&self) -> EvidenceAblationReceiptV1
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 EvidenceAblationReceiptV1
impl Debug for EvidenceAblationReceiptV1
Source§impl<'de> Deserialize<'de> for EvidenceAblationReceiptV1
impl<'de> Deserialize<'de> for EvidenceAblationReceiptV1
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 EvidenceAblationReceiptV1
impl StructuralPartialEq for EvidenceAblationReceiptV1
Auto Trait Implementations§
impl Freeze for EvidenceAblationReceiptV1
impl RefUnwindSafe for EvidenceAblationReceiptV1
impl Send for EvidenceAblationReceiptV1
impl Sync for EvidenceAblationReceiptV1
impl Unpin for EvidenceAblationReceiptV1
impl UnsafeUnpin for EvidenceAblationReceiptV1
impl UnwindSafe for EvidenceAblationReceiptV1
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.