pub enum CanonicalDomain {
Show 20 variants
Schema,
Assertion,
EvidenceLink,
ConfidenceAssessment,
Reasoning,
AssertionStatus,
AssertionValidity,
AssertionSupersession,
HypothesisGroup,
HypothesisMembership,
HypothesisSelection,
CompositeGraphMutationContent,
CompositeRequest,
ProvenanceEvent,
Lineage,
InvocationDescriptor,
GraphProjection,
BeliefProjectionPolicy,
BeliefProjectionAttachment,
ArrowResult,
}Expand description
Closed fingerprint domains in graphforge-canonical/1.
Variants§
Schema
Authoritative schema bytes.
Assertion
Assertion record/table.
EvidenceLink
Evidence-link record/table.
ConfidenceAssessment
Confidence-assessment record/table.
Reasoning
Immutable reasoning record/table.
AssertionStatus
Append-only assertion-status event/table.
AssertionValidity
Append-only assertion-validity event/table.
AssertionSupersession
Immutable assertion-supersession relation/table.
HypothesisGroup
Immutable hypothesis-group record/table.
HypothesisMembership
Append-only hypothesis-membership event/table.
HypothesisSelection
Append-only hypothesis-selection event/table.
CompositeGraphMutationContent
Ordered composite graph-mutation content.
CompositeRequest
Composite graph and knowledge request content.
ProvenanceEvent
Provenance event/table.
Lineage
Lineage record/table.
InvocationDescriptor
Neutral M18 invocation descriptor.
GraphProjection
Resolved graph projection.
BeliefProjectionPolicy
Resolved-belief policy bytes.
BeliefProjectionAttachment
Append-only interpretation attachment.
ArrowResult
Public Arrow result table.
Implementations§
Trait Implementations§
Source§impl Clone for CanonicalDomain
impl Clone for CanonicalDomain
Source§fn clone(&self) -> CanonicalDomain
fn clone(&self) -> CanonicalDomain
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 moreimpl Copy for CanonicalDomain
Source§impl Debug for CanonicalDomain
impl Debug for CanonicalDomain
impl Eq for CanonicalDomain
Source§impl Hash for CanonicalDomain
impl Hash for CanonicalDomain
Source§impl PartialEq for CanonicalDomain
impl PartialEq for CanonicalDomain
impl StructuralPartialEq for CanonicalDomain
Auto Trait Implementations§
impl Freeze for CanonicalDomain
impl RefUnwindSafe for CanonicalDomain
impl Send for CanonicalDomain
impl Sync for CanonicalDomain
impl Unpin for CanonicalDomain
impl UnsafeUnpin for CanonicalDomain
impl UnwindSafe for CanonicalDomain
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.