pub struct NativeVerification {
pub verdict: NativeVerdict,
pub raw_verdict: NativeField,
pub source_bound: bool,
pub candidate_sha256: NativeField,
pub authoritative_source_sha256: NativeField,
pub result_digest: NativeField,
pub report_reference: NativeField,
pub completion_authority: NativeField,
pub obligation_outcomes: Vec<NativeObligationOutcome>,
pub certification_note: String,
pub binding_error: Option<String>,
}Fields§
§verdict: NativeVerdict§raw_verdict: NativeField§source_bound: bool§candidate_sha256: NativeField§result_digest: NativeField§report_reference: NativeField§obligation_outcomes: Vec<NativeObligationOutcome>§certification_note: String§binding_error: Option<String>Trait Implementations§
Source§impl Clone for NativeVerification
impl Clone for NativeVerification
Source§fn clone(&self) -> NativeVerification
fn clone(&self) -> NativeVerification
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 NativeVerification
impl Debug for NativeVerification
impl Eq for NativeVerification
Source§impl PartialEq for NativeVerification
impl PartialEq for NativeVerification
Source§impl Serialize for NativeVerification
impl Serialize for NativeVerification
impl StructuralPartialEq for NativeVerification
Auto Trait Implementations§
impl Freeze for NativeVerification
impl RefUnwindSafe for NativeVerification
impl Send for NativeVerification
impl Sync for NativeVerification
impl Unpin for NativeVerification
impl UnsafeUnpin for NativeVerification
impl UnwindSafe for NativeVerification
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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§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.