pub struct NativeEvidence {
pub items: Vec<NativeEvidenceItem>,
pub complete: bool,
pub duplicate_ids: Vec<String>,
pub unavailable_reason: Option<String>,
pub total: usize,
pub passed: usize,
pub failed: usize,
pub insufficient: usize,
pub unknown: usize,
pub observed_rows: usize,
pub invalid_rows: usize,
pub declared_rows: Option<usize>,
}Fields§
§items: Vec<NativeEvidenceItem>§complete: bool§duplicate_ids: Vec<String>§total: usize§passed: usize§failed: usize§insufficient: usize§unknown: usize§observed_rows: usize§invalid_rows: usize§declared_rows: Option<usize>Trait Implementations§
Source§impl Clone for NativeEvidence
impl Clone for NativeEvidence
Source§fn clone(&self) -> NativeEvidence
fn clone(&self) -> NativeEvidence
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 NativeEvidence
impl Debug for NativeEvidence
impl Eq for NativeEvidence
Source§impl PartialEq for NativeEvidence
impl PartialEq for NativeEvidence
Source§impl Serialize for NativeEvidence
impl Serialize for NativeEvidence
impl StructuralPartialEq for NativeEvidence
Auto Trait Implementations§
impl Freeze for NativeEvidence
impl RefUnwindSafe for NativeEvidence
impl Send for NativeEvidence
impl Sync for NativeEvidence
impl Unpin for NativeEvidence
impl UnsafeUnpin for NativeEvidence
impl UnwindSafe for NativeEvidence
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.