pub enum EpistemicOp {
Know,
Possible,
}Expand description
Epistemic operator on an atom.
Variants§
Know
Known/believed true in the selected epistemic mode.
Possible
Possible/consistent in the selected epistemic mode.
Trait Implementations§
Source§impl Clone for EpistemicOp
impl Clone for EpistemicOp
Source§fn clone(&self) -> EpistemicOp
fn clone(&self) -> EpistemicOp
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 EpistemicOp
impl Debug for EpistemicOp
Source§impl Hash for EpistemicOp
impl Hash for EpistemicOp
Source§impl PartialEq for EpistemicOp
impl PartialEq for EpistemicOp
impl Copy for EpistemicOp
impl Eq for EpistemicOp
impl StructuralPartialEq for EpistemicOp
Auto Trait Implementations§
impl Freeze for EpistemicOp
impl RefUnwindSafe for EpistemicOp
impl Send for EpistemicOp
impl Sync for EpistemicOp
impl Unpin for EpistemicOp
impl UnsafeUnpin for EpistemicOp
impl UnwindSafe for EpistemicOp
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