pub struct SourceEvidenceProjection {
pub sources: Vec<SourceRecord>,
pub evidence_atoms: Vec<EvidenceAtom>,
pub condition_records: Vec<ConditionRecord>,
}Fields§
§sources: Vec<SourceRecord>§evidence_atoms: Vec<EvidenceAtom>§condition_records: Vec<ConditionRecord>Trait Implementations§
Source§impl Clone for SourceEvidenceProjection
impl Clone for SourceEvidenceProjection
Source§fn clone(&self) -> SourceEvidenceProjection
fn clone(&self) -> SourceEvidenceProjection
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 SourceEvidenceProjection
impl Debug for SourceEvidenceProjection
Source§impl Default for SourceEvidenceProjection
impl Default for SourceEvidenceProjection
Source§fn default() -> SourceEvidenceProjection
fn default() -> SourceEvidenceProjection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SourceEvidenceProjection
impl<'de> Deserialize<'de> for SourceEvidenceProjection
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
Source§impl PartialEq for SourceEvidenceProjection
impl PartialEq for SourceEvidenceProjection
Source§fn eq(&self, other: &SourceEvidenceProjection) -> bool
fn eq(&self, other: &SourceEvidenceProjection) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SourceEvidenceProjection
impl Serialize for SourceEvidenceProjection
impl Eq for SourceEvidenceProjection
impl StructuralPartialEq for SourceEvidenceProjection
Auto Trait Implementations§
impl Freeze for SourceEvidenceProjection
impl RefUnwindSafe for SourceEvidenceProjection
impl Send for SourceEvidenceProjection
impl Sync for SourceEvidenceProjection
impl Unpin for SourceEvidenceProjection
impl UnsafeUnpin for SourceEvidenceProjection
impl UnwindSafe for SourceEvidenceProjection
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.