pub struct EvidenceReference {
pub registry: &'static str,
pub parser: &'static str,
pub provider: &'static str,
pub relation: &'static str,
pub publication: &'static str,
pub navigation: &'static str,
pub artifact: &'static str,
}Expand description
Machine-checkable evidence bound to every capability owner relevant to navigation.
Fields§
§registry: &'static strVersioned language registry identity.
parser: &'static strParser or format-parser identity.
provider: &'static strFact or semantic-provider identity.
relation: &'static strAccepted relation-family identity.
publication: &'static strPublication contract identity.
Final navigation contract identity.
artifact: &'static strTest, fixture, workflow, or measurement locator.
Trait Implementations§
Source§impl Clone for EvidenceReference
impl Clone for EvidenceReference
Source§fn clone(&self) -> EvidenceReference
fn clone(&self) -> EvidenceReference
Returns a duplicate of the value. Read more
1.0.0 · 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 EvidenceReference
impl Debug for EvidenceReference
Source§impl PartialEq for EvidenceReference
impl PartialEq for EvidenceReference
Source§impl Serialize for EvidenceReference
impl Serialize for EvidenceReference
impl Copy for EvidenceReference
impl Eq for EvidenceReference
impl StructuralPartialEq for EvidenceReference
Auto Trait Implementations§
impl Freeze for EvidenceReference
impl RefUnwindSafe for EvidenceReference
impl Send for EvidenceReference
impl Sync for EvidenceReference
impl Unpin for EvidenceReference
impl UnwindSafe for EvidenceReference
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.