pub enum EpistemicAssumptionKind {
Know,
Possible,
}Expand description
Epistemic assumption operator used as probabilistic evidence.
Variants§
Trait Implementations§
Source§impl Clone for EpistemicAssumptionKind
impl Clone for EpistemicAssumptionKind
Source§fn clone(&self) -> EpistemicAssumptionKind
fn clone(&self) -> EpistemicAssumptionKind
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 EpistemicAssumptionKind
impl Debug for EpistemicAssumptionKind
Source§impl Ord for EpistemicAssumptionKind
impl Ord for EpistemicAssumptionKind
Source§fn cmp(&self, other: &EpistemicAssumptionKind) -> Ordering
fn cmp(&self, other: &EpistemicAssumptionKind) -> 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 EpistemicAssumptionKind
impl PartialEq for EpistemicAssumptionKind
Source§impl PartialOrd for EpistemicAssumptionKind
impl PartialOrd for EpistemicAssumptionKind
impl Copy for EpistemicAssumptionKind
impl Eq for EpistemicAssumptionKind
impl StructuralPartialEq for EpistemicAssumptionKind
Auto Trait Implementations§
impl Freeze for EpistemicAssumptionKind
impl RefUnwindSafe for EpistemicAssumptionKind
impl Send for EpistemicAssumptionKind
impl Sync for EpistemicAssumptionKind
impl Unpin for EpistemicAssumptionKind
impl UnsafeUnpin for EpistemicAssumptionKind
impl UnwindSafe for EpistemicAssumptionKind
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