pub enum EpistemicEvidenceTerm {
Integer(i64),
String(String),
Symbol(u32),
}Expand description
Concrete tuple key term for nonzero-arity epistemic evidence conditioning.
Variants§
Integer(i64)
Integer tuple key term.
String(String)
String tuple key term.
Symbol(u32)
Interned symbol tuple key term.
Implementations§
Trait Implementations§
Source§impl Clone for EpistemicEvidenceTerm
impl Clone for EpistemicEvidenceTerm
Source§fn clone(&self) -> EpistemicEvidenceTerm
fn clone(&self) -> EpistemicEvidenceTerm
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 EpistemicEvidenceTerm
impl Debug for EpistemicEvidenceTerm
Source§impl Ord for EpistemicEvidenceTerm
impl Ord for EpistemicEvidenceTerm
Source§fn cmp(&self, other: &EpistemicEvidenceTerm) -> Ordering
fn cmp(&self, other: &EpistemicEvidenceTerm) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EpistemicEvidenceTerm
impl PartialEq for EpistemicEvidenceTerm
Source§impl PartialOrd for EpistemicEvidenceTerm
impl PartialOrd for EpistemicEvidenceTerm
impl Eq for EpistemicEvidenceTerm
impl StructuralPartialEq for EpistemicEvidenceTerm
Auto Trait Implementations§
impl Freeze for EpistemicEvidenceTerm
impl RefUnwindSafe for EpistemicEvidenceTerm
impl Send for EpistemicEvidenceTerm
impl Sync for EpistemicEvidenceTerm
impl Unpin for EpistemicEvidenceTerm
impl UnsafeUnpin for EpistemicEvidenceTerm
impl UnwindSafe for EpistemicEvidenceTerm
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
Checks if this value is equivalent to the given key. Read more